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:22
Message-Id: 200602022136.k12LaBHd007339@robin.gentoo.org
1 neysx 06/02/02 21:36:10
2
3 Modified: xml/htdocs/doc/en/handbook hb-install-amd64-bootloader.xml
4 hb-install-x86-bootloader.xml
5 Log:
6 #121333 grub.conf example should have rootnoverify for booting windows
7
8 Revision Changes Path
9 1.41 +4 -4 xml/htdocs/doc/en/handbook/hb-install-amd64-bootloader.xml
10
11 file : http://www.gentoo.org/cgi-bin/viewcvs.cgi/xml/htdocs/doc/en/handbook/hb-install-amd64-bootloader.xml?rev=1.41&content-type=text/x-cvsweb-markup&cvsroot=gentoo
12 plain: http://www.gentoo.org/cgi-bin/viewcvs.cgi/xml/htdocs/doc/en/handbook/hb-install-amd64-bootloader.xml?rev=1.41&content-type=text/plain&cvsroot=gentoo
13 diff : http://www.gentoo.org/cgi-bin/viewcvs.cgi/xml/htdocs/doc/en/handbook/hb-install-amd64-bootloader.xml.diff?r1=1.40&r2=1.41&cvsroot=gentoo
14
15 Index: hb-install-amd64-bootloader.xml
16 ===================================================================
17 RCS file: /var/cvsroot/gentoo/xml/htdocs/doc/en/handbook/hb-install-amd64-bootloader.xml,v
18 retrieving revision 1.40
19 retrieving revision 1.41
20 diff -u -r1.40 -r1.41
21 --- hb-install-amd64-bootloader.xml 29 Jan 2006 22:09:15 -0000 1.40
22 +++ hb-install-amd64-bootloader.xml 2 Feb 2006 21:36:09 -0000 1.41
23 @@ -4,12 +4,12 @@
24 <!-- The content of this document is licensed under the CC-BY-SA license -->
25 <!-- See http://creativecommons.org/licenses/by-sa/1.0 -->
26
27 -<!-- $Header: /var/cvsroot/gentoo/xml/htdocs/doc/en/handbook/hb-install-amd64-bootloader.xml,v 1.40 2006/01/29 22:09:15 jkt Exp $ -->
28 +<!-- $Header: /var/cvsroot/gentoo/xml/htdocs/doc/en/handbook/hb-install-amd64-bootloader.xml,v 1.41 2006/02/02 21:36:09 neysx Exp $ -->
29
30 <sections>
31
32 -<version>2.12</version>
33 -<date>2006-01-29</date>
34 +<version>2.13</version>
35 +<date>2006-02-02</date>
36
37 <section>
38 <title>Making your Choice</title>
39 @@ -257,7 +257,7 @@
40
41 <comment># Only in case you want to dual-boot</comment>
42 title=Windows XP
43 -root (hd0,5)
44 +rootnoverify (hd0,5)
45 makeactive
46 chainloader +1
47 </pre>
48
49
50
51 1.42 +4 -4 xml/htdocs/doc/en/handbook/hb-install-x86-bootloader.xml
52
53 file : http://www.gentoo.org/cgi-bin/viewcvs.cgi/xml/htdocs/doc/en/handbook/hb-install-x86-bootloader.xml?rev=1.42&content-type=text/x-cvsweb-markup&cvsroot=gentoo
54 plain: http://www.gentoo.org/cgi-bin/viewcvs.cgi/xml/htdocs/doc/en/handbook/hb-install-x86-bootloader.xml?rev=1.42&content-type=text/plain&cvsroot=gentoo
55 diff : http://www.gentoo.org/cgi-bin/viewcvs.cgi/xml/htdocs/doc/en/handbook/hb-install-x86-bootloader.xml.diff?r1=1.41&r2=1.42&cvsroot=gentoo
56
57 Index: hb-install-x86-bootloader.xml
58 ===================================================================
59 RCS file: /var/cvsroot/gentoo/xml/htdocs/doc/en/handbook/hb-install-x86-bootloader.xml,v
60 retrieving revision 1.41
61 retrieving revision 1.42
62 diff -u -r1.41 -r1.42
63 --- hb-install-x86-bootloader.xml 19 Jan 2006 21:48:10 -0000 1.41
64 +++ hb-install-x86-bootloader.xml 2 Feb 2006 21:36:09 -0000 1.42
65 @@ -4,12 +4,12 @@
66 <!-- The content of this document is licensed under the CC-BY-SA license -->
67 <!-- See http://creativecommons.org/licenses/by-sa/2.5 -->
68
69 -<!-- $Header: /var/cvsroot/gentoo/xml/htdocs/doc/en/handbook/hb-install-x86-bootloader.xml,v 1.41 2006/01/19 21:48:10 neysx Exp $ -->
70 +<!-- $Header: /var/cvsroot/gentoo/xml/htdocs/doc/en/handbook/hb-install-x86-bootloader.xml,v 1.42 2006/02/02 21:36:09 neysx Exp $ -->
71
72 <sections>
73
74 -<version>2.10</version>
75 -<date>2006-01-19</date>
76 +<version>2.11</version>
77 +<date>2006-02-02</date>
78
79 <section>
80 <title>Making your Choice</title>
81 @@ -275,7 +275,7 @@
82
83 <comment># Only in case you want to dual-boot</comment>
84 title=Windows XP
85 -root (hd0,5)
86 +rootnoverify (hd0,5)
87 makeactive
88 chainloader +1
89 </pre>
90
91
92
93 --
94 gentoo-doc-cvs@g.o mailing list