neysx 06/02/02 21:36:10
Modified: xml/htdocs/doc/en/handbook/2005.1
hb-install-amd64-bootloader.xml
hb-install-x86-bootloader.xml
Log:
#121333 grub.conf example should have rootnoverify for booting windows
Revision Changes Path
1.12 +4 -4
xml/htdocs/doc/en/handbook/2005.1/hb-install-amd64-bootloader.xml
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
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
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
Index: hb-install-amd64-bootloader.xml
===================================================================
RCS file:
/var/cvsroot/gentoo/xml/htdocs/doc/en/handbook/2005.1/hb-install-amd64-bootloader.xml,v
retrieving revision 1.11
retrieving revision 1.12
diff -u -r1.11 -r1.12
--- hb-install-amd64-bootloader.xml 29 Jan 2006 22:19:48 -0000 1.11
+++ hb-install-amd64-bootloader.xml 2 Feb 2006 21:36:10 -0000 1.12
@@ -4,12 +4,12 @@
<!-- The content of this document is licensed under the CC-BY-SA license -->
<!-- See http://creativecommons.org/licenses/by-sa/1.0 -->
-<!-- $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 $ -->
+<!-- $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 $ -->
<sections>
-<version>5.8</version>
-<date>2006-01-29</date>
+<version>5.9</version>
+<date>2006-02-02</date>
<section>
<title>Making your Choice</title>
@@ -256,7 +256,7 @@
<comment># Only in case you want to dual-boot</comment>
title=Windows XP
-root (hd0,5)
+rootnoverify (hd0,5)
makeactive
chainloader +1
</pre>
1.9 +4 -4
xml/htdocs/doc/en/handbook/2005.1/hb-install-x86-bootloader.xml
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
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
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
Index: hb-install-x86-bootloader.xml
===================================================================
RCS file:
/var/cvsroot/gentoo/xml/htdocs/doc/en/handbook/2005.1/hb-install-x86-bootloader.xml,v
retrieving revision 1.8
retrieving revision 1.9
diff -u -r1.8 -r1.9
--- hb-install-x86-bootloader.xml 19 Jan 2006 21:48:11 -0000 1.8
+++ hb-install-x86-bootloader.xml 2 Feb 2006 21:36:10 -0000 1.9
@@ -4,12 +4,12 @@
<!-- The content of this document is licensed under the CC-BY-SA license -->
<!-- See http://creativecommons.org/licenses/by-sa/1.0 -->
-<!-- $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 $ -->
+<!-- $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 $ -->
<sections>
-<version>5.4</version>
-<date>2006-01-19</date>
+<version>5.5</version>
+<date>2006-02-02</date>
<section>
<title>Making your Choice</title>
@@ -275,7 +275,7 @@
<comment># Only in case you want to dual-boot</comment>
title=Windows XP
-root (hd0,5)
+rootnoverify (hd0,5)
makeactive
chainloader +1
</pre>
--
[email protected] mailing list