neysx 06/02/02 21:36:10
Modified: xml/htdocs/doc/en/handbook 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.41 +4 -4 xml/htdocs/doc/en/handbook/hb-install-amd64-bootloader.xml
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
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
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
Index: hb-install-amd64-bootloader.xml
===================================================================
RCS file:
/var/cvsroot/gentoo/xml/htdocs/doc/en/handbook/hb-install-amd64-bootloader.xml,v
retrieving revision 1.40
retrieving revision 1.41
diff -u -r1.40 -r1.41
--- hb-install-amd64-bootloader.xml 29 Jan 2006 22:09:15 -0000 1.40
+++ hb-install-amd64-bootloader.xml 2 Feb 2006 21:36:09 -0000 1.41
@@ -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/hb-install-amd64-bootloader.xml,v
1.40 2006/01/29 22:09:15 jkt Exp $ -->
+<!-- $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 $ -->
<sections>
-<version>2.12</version>
-<date>2006-01-29</date>
+<version>2.13</version>
+<date>2006-02-02</date>
<section>
<title>Making your Choice</title>
@@ -257,7 +257,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.42 +4 -4 xml/htdocs/doc/en/handbook/hb-install-x86-bootloader.xml
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
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
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
Index: hb-install-x86-bootloader.xml
===================================================================
RCS file:
/var/cvsroot/gentoo/xml/htdocs/doc/en/handbook/hb-install-x86-bootloader.xml,v
retrieving revision 1.41
retrieving revision 1.42
diff -u -r1.41 -r1.42
--- hb-install-x86-bootloader.xml 19 Jan 2006 21:48:10 -0000 1.41
+++ hb-install-x86-bootloader.xml 2 Feb 2006 21:36:09 -0000 1.42
@@ -4,12 +4,12 @@
<!-- The content of this document is licensed under the CC-BY-SA license -->
<!-- See http://creativecommons.org/licenses/by-sa/2.5 -->
-<!-- $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 $ -->
+<!-- $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 $ -->
<sections>
-<version>2.10</version>
-<date>2006-01-19</date>
+<version>2.11</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