nightmorph 09/09/24 20:26:50 Modified: hb-install-x86+amd64-bootloader.xml Log: Added real_rootflags info to the handbook. bug 273803. thanks to mpagano for the patch
Revision Changes Path 1.14 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.14&view=markup plain: http://sources.gentoo.org/viewcvs.py/gentoo/xml/htdocs/doc/en/handbook/hb-install-x86+amd64-bootloader.xml?rev=1.14&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.13&r2=1.14 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.13 retrieving revision 1.14 diff -u -r1.13 -r1.14 --- hb-install-x86+amd64-bootloader.xml 15 Apr 2009 07:23:57 -0000 1.13 +++ hb-install-x86+amd64-bootloader.xml 24 Sep 2009 20:26:50 -0000 1.14 @@ -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.13 2009/04/15 07:23:57 nightmorph Exp $ --> +<!-- $Header: /var/cvsroot/gentoo/xml/htdocs/doc/en/handbook/hb-install-x86+amd64-bootloader.xml,v 1.14 2009/09/24 20:26:50 nightmorph Exp $ --> <sections> -<version>6.3</version> -<date>2009-04-15</date> +<version>6.4</version> +<date>2009-09-24</date> <section> <title>Making your Choice</title> @@ -346,6 +346,13 @@ </p> <p> +If your bootloader configuration file contains the real_root parameter use the +rootflags parameter to set root filesystem mount options. In the case where +real_root defines the root mount point, the real_rootflags parameter should be +used. +</p> + +<p> If you're using a 2.6.7 or higher kernel and you jumpered your harddrive because the BIOS can't handle large harddrives you'll need to append <c>sda=stroke</c>. Replace sda with the device that requires this option.
