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:26:26
Message-Id: 20060921142614.BC51664779@smtp.gentoo.org
1 vapier 06/09/21 14:26:14
2
3 Modified: hb-install-x86+amd64-bootloader.xml
4 Log:
5 add an example lilo boot line for launching the static rescue shell
6
7 Revision Changes Path
8 1.5 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.5&view=markup
11 plain: http://sources.gentoo.org/viewcvs.py/gentoo/xml/htdocs/doc/en/handbook/hb-install-x86+amd64-bootloader.xml?rev=1.5&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.4&r2=1.5
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.4
18 retrieving revision 1.5
19 diff -u -r1.4 -r1.5
20 --- hb-install-x86+amd64-bootloader.xml 21 Sep 2006 14:23:58 -0000 1.4
21 +++ hb-install-x86+amd64-bootloader.xml 21 Sep 2006 14:26:14 -0000 1.5
22 @@ -4,7 +4,7 @@
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.4 2006/09/21 14:23:58 vapier Exp $ -->
27 +<!-- $Header: /var/cvsroot/gentoo/xml/htdocs/doc/en/handbook/hb-install-x86+amd64-bootloader.xml,v 1.5 2006/09/21 14:26:14 vapier Exp $ -->
28
29 <sections>
30
31 @@ -571,6 +571,12 @@
32 read-only <comment># Start with a read-only root. Do not alter!</comment>
33 root=/dev/hda3 <comment># Location of the root filesystem</comment>
34
35 +image=/boot/<keyval id="kernel-name"/>
36 + label=gentoo.rescue <comment># Name we give to this section</comment>
37 + read-only <comment># Start with a read-only root. Do not alter!</comment>
38 + root=/dev/hda3 <comment># Location of the root filesystem</comment>
39 + append="init=/bin/bb" <comment># Launch the Gentoo static rescue shell</comment>
40 +
41 <comment># For genkernel users</comment>
42 image=/boot/<keyval id="genkernel-name"/>
43 label=gentoo
44
45
46
47 --
48 gentoo-doc-cvs@g.o mailing list