vapier 06/09/21 14:23:58 Modified: hb-install-x86+amd64-bootloader.xml Log: add an example grub boot line for launching the static rescue shell
Revision Changes Path 1.4 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.4&view=markup 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 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 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.3 retrieving revision 1.4 diff -u -r1.3 -r1.4 --- hb-install-x86+amd64-bootloader.xml 30 Aug 2006 22:52:28 -0000 1.3 +++ hb-install-x86+amd64-bootloader.xml 21 Sep 2006 14:23:58 -0000 1.4 @@ -4,12 +4,12 @@ <!-- 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.3 2006/08/30 22:52:28 nightmorph Exp $ --> +<!-- $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 $ --> <sections> -<version>4.0</version> -<date>2006-08-30</date> +<version>4.1</version> +<date>2006-09-21</date> <section> <title>Making your Choice</title> @@ -292,6 +292,11 @@ root (hd0,0) kernel /boot/<keyval id="kernel-name"/> root=/dev/hda3 +title=Gentoo Linux <keyval id="kernel-version"/> (rescue) +<comment># Partition where the kernel image (or operating system) is located</comment> +root (hd0,0) +kernel /boot/<keyval id="kernel-name"/> root=/dev/hda3 init=/bin/bb + <comment># The next four lines are only if you dualboot with a Windows system.</comment> <comment># In this case, Windows is hosted on /dev/hda6.</comment> title=Windows XP -- [email protected] mailing list
