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