Gentoo Archives: gentoo-doc-cvs

From: vapier <vapier@×××××××××××.org>
To: gentoo-doc-cvs@l.g.o
Subject: [gentoo-doc-cvs] cvs commit: hb-install-x86+amd64-bootloader.xml
Date: Thu, 21 Sep 2006 14:24:10
Message-Id: 20060921142358.BB540642A6@smtp.gentoo.org
1 vapier 06/09/21 14:23:58
2
3 Modified: hb-install-x86+amd64-bootloader.xml
4 Log:
5 add an example grub boot line for launching the static rescue shell
6
7 Revision Changes Path
8 1.4 xml/htdocs/doc/en/handbook/hb-install-x86+amd64-bootloader.xml
9
10 file : http://sources.gentoo.org/viewcvs.py/gentoo/xml/htdocs/doc/en/handbook/hb-install-x86+amd64-bootloader.xml?rev=1.4&view=markup
11 plain: http://sources.gentoo.org/viewcvs.py/gentoo/xml/htdocs/doc/en/handbook/hb-install-x86+amd64-bootloader.xml?rev=1.4&content-type=text/plain
12 diff : http://sources.gentoo.org/viewcvs.py/gentoo/xml/htdocs/doc/en/handbook/hb-install-x86+amd64-bootloader.xml?r1=1.3&r2=1.4
13
14 Index: hb-install-x86+amd64-bootloader.xml
15 ===================================================================
16 RCS file: /var/cvsroot/gentoo/xml/htdocs/doc/en/handbook/hb-install-x86+amd64-bootloader.xml,v
17 retrieving revision 1.3
18 retrieving revision 1.4
19 diff -u -r1.3 -r1.4
20 --- hb-install-x86+amd64-bootloader.xml 30 Aug 2006 22:52:28 -0000 1.3
21 +++ hb-install-x86+amd64-bootloader.xml 21 Sep 2006 14:23:58 -0000 1.4
22 @@ -4,12 +4,12 @@
23 <!-- The content of this document is licensed under the CC-BY-SA license -->
24 <!-- See http://creativecommons.org/licenses/by-sa/2.5 -->
25
26 -<!-- $Header: /var/cvsroot/gentoo/xml/htdocs/doc/en/handbook/hb-install-x86+amd64-bootloader.xml,v 1.3 2006/08/30 22:52:28 nightmorph Exp $ -->
27 +<!-- $Header: /var/cvsroot/gentoo/xml/htdocs/doc/en/handbook/hb-install-x86+amd64-bootloader.xml,v 1.4 2006/09/21 14:23:58 vapier Exp $ -->
28
29 <sections>
30
31 -<version>4.0</version>
32 -<date>2006-08-30</date>
33 +<version>4.1</version>
34 +<date>2006-09-21</date>
35
36 <section>
37 <title>Making your Choice</title>
38 @@ -292,6 +292,11 @@
39 root (hd0,0)
40 kernel /boot/<keyval id="kernel-name"/> root=/dev/hda3
41
42 +title=Gentoo Linux <keyval id="kernel-version"/> (rescue)
43 +<comment># Partition where the kernel image (or operating system) is located</comment>
44 +root (hd0,0)
45 +kernel /boot/<keyval id="kernel-name"/> root=/dev/hda3 init=/bin/bb
46 +
47 <comment># The next four lines are only if you dualboot with a Windows system.</comment>
48 <comment># In this case, Windows is hosted on /dev/hda6.</comment>
49 title=Windows XP
50
51
52
53 --
54 gentoo-doc-cvs@g.o mailing list