From: "Xavier Neys" <neysx@lark.gentoo.org>
To: gentoo-doc-cvs@lists.gentoo.org
Subject: [gentoo-doc-cvs] cvs commit: hb-install-amd64-bootloader.xml
Date: Thu, 2 Feb 2006 21:36:10 +0000 [thread overview]
Message-ID: <200602022136.k12LaBR2003669@robin.gentoo.org> (raw)
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>
--
gentoo-doc-cvs@gentoo.org mailing list
next reply other threads:[~2006-02-02 21:36 UTC|newest]
Thread overview: 22+ messages / expand[flat|nested] mbox.gz Atom feed top
2006-02-02 21:36 Xavier Neys [this message]
-- strict thread matches above, loose matches on Subject: below --
2006-05-28 14:37 [gentoo-doc-cvs] cvs commit: hb-install-amd64-bootloader.xml Josh Saddler
2006-05-28 14:36 Josh Saddler
2006-03-26 15:40 Josh Saddler
2006-03-26 15:36 Josh Saddler
2006-02-02 21:36 Xavier Neys
2006-02-02 21:36 Xavier Neys
2006-01-29 22:19 Jan Kundrat
2006-01-29 22:09 Jan Kundrat
2005-11-25 13:33 Xavier Neys
2005-11-25 13:33 Xavier Neys
2005-11-24 17:26 Xavier Neys
2005-11-24 17:26 Xavier Neys
2005-11-21 18:29 Xavier Neys
2005-11-21 18:29 Xavier Neys
2005-10-22 0:17 Jose Luis Rivero
2005-10-22 0:17 Jose Luis Rivero
2005-10-21 10:01 Xavier Neys
2005-10-21 10:01 Xavier Neys
2005-09-07 18:50 Marcelo Goes
2005-09-07 17:01 Marcelo Goes
2005-08-08 14:03 swift
Reply instructions:
You may reply publicly to this message via plain-text email
using any one of the following methods:
* Save the following mbox file, import it into your mail client,
and reply-to-all from there: mbox
Avoid top-posting and favor interleaved quoting:
https://en.wikipedia.org/wiki/Posting_style#Interleaved_style
* Reply using the --to, --cc, and --in-reply-to
switches of git-send-email(1):
git send-email \
--in-reply-to=200602022136.k12LaBR2003669@robin.gentoo.org \
--to=neysx@lark.gentoo.org \
--cc=docs-team@lists.gentoo.org \
--cc=gentoo-doc-cvs@lists.gentoo.org \
/path/to/YOUR_REPLY
https://kernel.org/pub/software/scm/git/docs/git-send-email.html
* If your mail client supports setting the In-Reply-To header
via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line
before the message body.
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox