swift 05/08/01 12:14:49 Modified: xml/htdocs/doc/en/handbook hb-install-alpha-medium.xml Log: #94788 - Fix MILO boot command line
Revision Changes Path 1.33 +8 -4 xml/htdocs/doc/en/handbook/hb-install-alpha-medium.xml file : http://www.gentoo.org/cgi-bin/viewcvs.cgi/xml/htdocs/doc/en/handbook/hb-install-alpha-medium.xml?rev=1.33&content-type=text/x-cvsweb-markup&cvsroot=gentoo plain: http://www.gentoo.org/cgi-bin/viewcvs.cgi/xml/htdocs/doc/en/handbook/hb-install-alpha-medium.xml?rev=1.33&content-type=text/plain&cvsroot=gentoo diff : http://www.gentoo.org/cgi-bin/viewcvs.cgi/xml/htdocs/doc/en/handbook/hb-install-alpha-medium.xml.diff?r1=1.32&r2=1.33&cvsroot=gentoo Index: hb-install-alpha-medium.xml =================================================================== RCS file: /var/cvsroot/gentoo/xml/htdocs/doc/en/handbook/hb-install-alpha-medium.xml,v retrieving revision 1.32 retrieving revision 1.33 diff -u -r1.32 -r1.33 --- hb-install-alpha-medium.xml 25 May 2005 09:47:58 -0000 1.32 +++ hb-install-alpha-medium.xml 1 Aug 2005 12:14:49 -0000 1.33 @@ -4,12 +4,12 @@ <!-- 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-alpha-medium.xml,v 1.32 2005/05/25 09:47:58 neysx Exp $ --> +<!-- $Header: /var/cvsroot/gentoo/xml/htdocs/doc/en/handbook/hb-install-alpha-medium.xml,v 1.33 2005/08/01 12:14:49 swift Exp $ --> <sections> -<version>2.4</version> -<date>2005-05-24</date> +<version>2.5</version> +<date>2005-08-01</date> <section> <title>Hardware Requirements</title> @@ -501,11 +501,15 @@ <comment>(...)</comment> <comment>(Substitute dkb0 with your CD-ROM drive device)</comment> >>> <i>boot dkb0 -flags 0</i> +<comment>To boot the 2.4 kernel instead of the default 2.6 kernel use:</comment> +>>> <i>boot dkb -flags 1</i> </pre> <pre caption="Booting a CD-ROM using MILO"> <comment>(Substitute hdb with your CD-ROM drive device)</comment> -MILO> <i>boot hdb:/boot/gentoo initrd=/boot/gentoo.igz root=/dev/ram0 init=/linuxrc looptype=zisofs loop=/zisofs cdroot</i> +MILO> <i>boot hdb:/boot/gentoo_2.6 initrd=/boot/gentoo_2_6.igz root=/dev/ram0 init=/linuxrc looptype=zisofs loop=/zisofs cdroot</i> +<comment>To boot the 2.4 kernel instead of the default 2.6 kernel use:</comment> +MILO> <i>boot hdb:/boot/gentoo_2.4 initrd=/boot/gentoo_2_4.igz root=/dev/ram0 init=/linuxrc looptype=zisofs loop=/zisofs cdroot</i> </pre> <p> -- [email protected] mailing list
