neysx 06/02/02 21:36:11
Modified: xml/htdocs/doc/en/handbook/draft/2006.0
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.2 +2 -2
xml/htdocs/doc/en/handbook/draft/2006.0/hb-install-amd64-bootloader.xml
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
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
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
Index: hb-install-amd64-bootloader.xml
===================================================================
RCS file:
/var/cvsroot/gentoo/xml/htdocs/doc/en/handbook/draft/2006.0/hb-install-amd64-bootloader.xml,v
retrieving revision 1.1
retrieving revision 1.2
diff -u -r1.1 -r1.2
--- hb-install-amd64-bootloader.xml 1 Feb 2006 18:38:17 -0000 1.1
+++ hb-install-amd64-bootloader.xml 2 Feb 2006 21:36:11 -0000 1.2
@@ -4,7 +4,7 @@
<!-- 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/draft/2006.0/hb-install-amd64-bootloader.xml,v
1.1 2006/02/01 18:38:17 fox2mike Exp $ -->
+<!-- $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 $ -->
<sections>
@@ -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.2 +2 -2
xml/htdocs/doc/en/handbook/draft/2006.0/hb-install-x86-bootloader.xml
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
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
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
Index: hb-install-x86-bootloader.xml
===================================================================
RCS file:
/var/cvsroot/gentoo/xml/htdocs/doc/en/handbook/draft/2006.0/hb-install-x86-bootloader.xml,v
retrieving revision 1.1
retrieving revision 1.2
diff -u -r1.1 -r1.2
--- hb-install-x86-bootloader.xml 1 Feb 2006 18:38:17 -0000 1.1
+++ hb-install-x86-bootloader.xml 2 Feb 2006 21:36:11 -0000 1.2
@@ -4,7 +4,7 @@
<!-- 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/draft/2006.0/hb-install-x86-bootloader.xml,v
1.1 2006/02/01 18:38:17 fox2mike Exp $ -->
+<!-- $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 $ -->
<sections>
@@ -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