vapier 06/09/21 14:26:14 Modified: hb-install-x86+amd64-bootloader.xml Log: add an example lilo boot line for launching the static rescue shell
Revision Changes Path 1.5 xml/htdocs/doc/en/handbook/hb-install-x86+amd64-bootloader.xml file : http://sources.gentoo.org/viewcvs.py/gentoo/xml/htdocs/doc/en/handbook/hb-install-x86+amd64-bootloader.xml?rev=1.5&view=markup 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 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 Index: hb-install-x86+amd64-bootloader.xml =================================================================== RCS file: /var/cvsroot/gentoo/xml/htdocs/doc/en/handbook/hb-install-x86+amd64-bootloader.xml,v retrieving revision 1.4 retrieving revision 1.5 diff -u -r1.4 -r1.5 --- hb-install-x86+amd64-bootloader.xml 21 Sep 2006 14:23:58 -0000 1.4 +++ hb-install-x86+amd64-bootloader.xml 21 Sep 2006 14:26:14 -0000 1.5 @@ -4,7 +4,7 @@ <!-- 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+amd64-bootloader.xml,v 1.4 2006/09/21 14:23:58 vapier Exp $ --> +<!-- $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 $ --> <sections> @@ -571,6 +571,12 @@ read-only <comment># Start with a read-only root. Do not alter!</comment> root=/dev/hda3 <comment># Location of the root filesystem</comment> +image=/boot/<keyval id="kernel-name"/> + label=gentoo.rescue <comment># Name we give to this section</comment> + read-only <comment># Start with a read-only root. Do not alter!</comment> + root=/dev/hda3 <comment># Location of the root filesystem</comment> + append="init=/bin/bb" <comment># Launch the Gentoo static rescue shell</comment> + <comment># For genkernel users</comment> image=/boot/<keyval id="genkernel-name"/> label=gentoo -- [email protected] mailing list
