neysx 07/03/13 14:31:03 Modified: hb-install-x86+amd64-bootloader.xml Log: #170729 added --no-floppy to grub cmd line
Revision Changes Path 1.7 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.7&view=markup plain: http://sources.gentoo.org/viewcvs.py/gentoo/xml/htdocs/doc/en/handbook/hb-install-x86+amd64-bootloader.xml?rev=1.7&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.6&r2=1.7 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.6 retrieving revision 1.7 diff -u -r1.6 -r1.7 --- hb-install-x86+amd64-bootloader.xml 2 Nov 2006 07:27:24 -0000 1.6 +++ hb-install-x86+amd64-bootloader.xml 13 Mar 2007 14:31:03 -0000 1.7 @@ -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.6 2006/11/02 07:27:24 nightmorph Exp $ --> +<!-- $Header: /var/cvsroot/gentoo/xml/htdocs/doc/en/handbook/hb-install-x86+amd64-bootloader.xml,v 1.7 2007/03/13 14:31:03 neysx Exp $ --> <sections> -<version>4.2</version> -<date>2006-11-01</date> +<version>4.3</version> +<date>2007-03-12</date> <section> <title>Making your Choice</title> @@ -415,7 +415,7 @@ </p> <pre caption="Running grub-install"> -# <i>grub-install /dev/hda</i> +# <i>grub-install --no-floppy /dev/hda</i> </pre> <p> @@ -441,7 +441,7 @@ </p> <pre caption="Starting the GRUB shell"> -# <i>grub</i> +# <i>grub --no-floppy</i> </pre> <note> -- [email protected] mailing list
