Gentoo Archives: gentoo-doc-cvs

From: Xavier Neys <neysx@×××××××××××.org>
To: gentoo-doc-cvs@l.g.o
Subject: [gentoo-doc-cvs] cvs commit: hb-install-amd64-bootloader.xml
Date: Thu, 02 Feb 2006 21:36:29
Message-Id: 200602022136.k12LaCRY018331@robin.gentoo.org
1 neysx 06/02/02 21:36:11
2
3 Modified: xml/htdocs/doc/en/handbook/draft/2006.0
4 hb-install-amd64-bootloader.xml
5 hb-install-x86-bootloader.xml
6 Log:
7 #121333 grub.conf example should have rootnoverify for booting windows
8
9 Revision Changes Path
10 1.2 +2 -2 xml/htdocs/doc/en/handbook/draft/2006.0/hb-install-amd64-bootloader.xml
11
12 file : http://www.gentoo.org/cgi-bin/viewcvs.cgi/xml/htdocs/doc/en/handbook/draft/2006.0/hb-install-amd64-bootloader.xml?rev=1.2&content-type=text/x-cvsweb-markup&cvsroot=gentoo
13 plain: http://www.gentoo.org/cgi-bin/viewcvs.cgi/xml/htdocs/doc/en/handbook/draft/2006.0/hb-install-amd64-bootloader.xml?rev=1.2&content-type=text/plain&cvsroot=gentoo
14 diff : http://www.gentoo.org/cgi-bin/viewcvs.cgi/xml/htdocs/doc/en/handbook/draft/2006.0/hb-install-amd64-bootloader.xml.diff?r1=1.1&r2=1.2&cvsroot=gentoo
15
16 Index: hb-install-amd64-bootloader.xml
17 ===================================================================
18 RCS file: /var/cvsroot/gentoo/xml/htdocs/doc/en/handbook/draft/2006.0/hb-install-amd64-bootloader.xml,v
19 retrieving revision 1.1
20 retrieving revision 1.2
21 diff -u -r1.1 -r1.2
22 --- hb-install-amd64-bootloader.xml 1 Feb 2006 18:38:17 -0000 1.1
23 +++ hb-install-amd64-bootloader.xml 2 Feb 2006 21:36:11 -0000 1.2
24 @@ -4,7 +4,7 @@
25 <!-- The content of this document is licensed under the CC-BY-SA license -->
26 <!-- See http://creativecommons.org/licenses/by-sa/1.0 -->
27
28 -<!-- $Header: /var/cvsroot/gentoo/xml/htdocs/doc/en/handbook/draft/2006.0/hb-install-amd64-bootloader.xml,v 1.1 2006/02/01 18:38:17 fox2mike Exp $ -->
29 +<!-- $Header: /var/cvsroot/gentoo/xml/htdocs/doc/en/handbook/draft/2006.0/hb-install-amd64-bootloader.xml,v 1.2 2006/02/02 21:36:11 neysx Exp $ -->
30
31 <sections>
32
33 @@ -256,7 +256,7 @@
34
35 <comment># Only in case you want to dual-boot</comment>
36 title=Windows XP
37 -root (hd0,5)
38 +rootnoverify (hd0,5)
39 makeactive
40 chainloader +1
41 </pre>
42
43
44
45 1.2 +2 -2 xml/htdocs/doc/en/handbook/draft/2006.0/hb-install-x86-bootloader.xml
46
47 file : http://www.gentoo.org/cgi-bin/viewcvs.cgi/xml/htdocs/doc/en/handbook/draft/2006.0/hb-install-x86-bootloader.xml?rev=1.2&content-type=text/x-cvsweb-markup&cvsroot=gentoo
48 plain: http://www.gentoo.org/cgi-bin/viewcvs.cgi/xml/htdocs/doc/en/handbook/draft/2006.0/hb-install-x86-bootloader.xml?rev=1.2&content-type=text/plain&cvsroot=gentoo
49 diff : http://www.gentoo.org/cgi-bin/viewcvs.cgi/xml/htdocs/doc/en/handbook/draft/2006.0/hb-install-x86-bootloader.xml.diff?r1=1.1&r2=1.2&cvsroot=gentoo
50
51 Index: hb-install-x86-bootloader.xml
52 ===================================================================
53 RCS file: /var/cvsroot/gentoo/xml/htdocs/doc/en/handbook/draft/2006.0/hb-install-x86-bootloader.xml,v
54 retrieving revision 1.1
55 retrieving revision 1.2
56 diff -u -r1.1 -r1.2
57 --- hb-install-x86-bootloader.xml 1 Feb 2006 18:38:17 -0000 1.1
58 +++ hb-install-x86-bootloader.xml 2 Feb 2006 21:36:11 -0000 1.2
59 @@ -4,7 +4,7 @@
60 <!-- The content of this document is licensed under the CC-BY-SA license -->
61 <!-- See http://creativecommons.org/licenses/by-sa/1.0 -->
62
63 -<!-- $Header: /var/cvsroot/gentoo/xml/htdocs/doc/en/handbook/draft/2006.0/hb-install-x86-bootloader.xml,v 1.1 2006/02/01 18:38:17 fox2mike Exp $ -->
64 +<!-- $Header: /var/cvsroot/gentoo/xml/htdocs/doc/en/handbook/draft/2006.0/hb-install-x86-bootloader.xml,v 1.2 2006/02/02 21:36:11 neysx Exp $ -->
65
66 <sections>
67
68 @@ -275,7 +275,7 @@
69
70 <comment># Only in case you want to dual-boot</comment>
71 title=Windows XP
72 -root (hd0,5)
73 +rootnoverify (hd0,5)
74 makeactive
75 chainloader +1
76 </pre>
77
78
79
80 --
81 gentoo-doc-cvs@g.o mailing list