swift 05/04/07 14:43:06 Modified: xml/htdocs/doc/en/handbook hb-install-x86-bootloader.xml Log: Sorry, forgot that lilo also existed; added udev bootoption for lilo
Revision Changes Path 1.32 +9 -3 xml/htdocs/doc/en/handbook/hb-install-x86-bootloader.xml file : http://www.gentoo.org/cgi-bin/viewcvs.cgi/xml/htdocs/doc/en/handbook/hb-install-x86-bootloader.xml?rev=1.32&content-type=text/x-cvsweb-markup&cvsroot=gentoo plain: http://www.gentoo.org/cgi-bin/viewcvs.cgi/xml/htdocs/doc/en/handbook/hb-install-x86-bootloader.xml?rev=1.32&content-type=text/plain&cvsroot=gentoo diff : http://www.gentoo.org/cgi-bin/viewcvs.cgi/xml/htdocs/doc/en/handbook/hb-install-x86-bootloader.xml.diff?r1=1.31&r2=1.32&cvsroot=gentoo Index: hb-install-x86-bootloader.xml =================================================================== RCS file: /var/cvsroot/gentoo/xml/htdocs/doc/en/handbook/hb-install-x86-bootloader.xml,v retrieving revision 1.31 retrieving revision 1.32 diff -u -r1.31 -r1.32 --- hb-install-x86-bootloader.xml 7 Apr 2005 11:01:47 -0000 1.31 +++ hb-install-x86-bootloader.xml 7 Apr 2005 14:43:06 -0000 1.32 @@ -4,11 +4,11 @@ <!-- 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/hb-install-x86-bootloader.xml,v 1.31 2005/04/07 11:01:47 swift Exp $ --> +<!-- $Header: /var/cvsroot/gentoo/xml/htdocs/doc/en/handbook/hb-install-x86-bootloader.xml,v 1.32 2005/04/07 14:43:06 swift Exp $ --> <sections> -<version>2.2</version> +<version>2.3</version> <date>2005-04-07</date> <section> @@ -531,7 +531,7 @@ label=gentoo read-only root=/dev/ram0 - append="init=/linuxrc ramdisk=8192 real_root=/dev/hda3" + append="init=/linuxrc ramdisk=8192 real_root=/dev/hda3 udev" initrd=/boot/initrd-2.6.11-gentoo-r3 <comment># The next two lines are only if you dualboot with a Windows system.</comment> @@ -541,6 +541,12 @@ </pre> <note> +The <c>udev</c> mentioned at the end of the append line is needed to work around +a bug in some genkernel versions <e>if</e> you use udev in the first place +(which is the default behaviour). +</note> + +<note> If you use a different partitioning scheme and/or kernel image, adjust accordingly. </note> -- [email protected] mailing list
