nightmorph 11/01/23 07:46:08 Modified: hb-install-alpha-medium.xml Log: update MILO boot stuff for bug 352453
Revision Changes Path 1.53 xml/htdocs/doc/en/handbook/hb-install-alpha-medium.xml file : http://sources.gentoo.org/viewvc.cgi/gentoo/xml/htdocs/doc/en/handbook/hb-install-alpha-medium.xml?rev=1.53&view=markup plain: http://sources.gentoo.org/viewvc.cgi/gentoo/xml/htdocs/doc/en/handbook/hb-install-alpha-medium.xml?rev=1.53&content-type=text/plain diff : http://sources.gentoo.org/viewvc.cgi/gentoo/xml/htdocs/doc/en/handbook/hb-install-alpha-medium.xml?r1=1.52&r2=1.53 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.52 retrieving revision 1.53 diff -u -r1.52 -r1.53 --- hb-install-alpha-medium.xml 19 Jul 2010 01:53:14 -0000 1.52 +++ hb-install-alpha-medium.xml 23 Jan 2011 07:46:08 -0000 1.53 @@ -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-alpha-medium.xml,v 1.52 2010/07/19 01:53:14 nightmorph Exp $ --> +<!-- $Header: /var/cvsroot/gentoo/xml/htdocs/doc/en/handbook/hb-install-alpha-medium.xml,v 1.53 2011/01/23 07:46:08 nightmorph Exp $ --> <sections> -<version>10.0</version> -<date>2010-07-18</date> +<version>11</version> +<date>2011-01-22</date> <section> <title>Hardware Requirements</title> @@ -329,15 +329,15 @@ <comment>(...)</comment> <comment>(Substitute dkb0 with your CD-ROM drive device)</comment> >>> <i>boot dkb0 -flags 0</i> -<comment>(If you need serial console support)</comment> +<comment>(This flag will use serial port ttyS0 as the default console)</comment> >>> <i>boot dkb0 -flags 1</i> </pre> <pre caption="Booting a CD-ROM using MILO"> <comment>(Substitute sdb with your CD-ROM drive device)</comment> -MILO> <i>boot sdb:/boot/gentoo_2.6 initrd=/boot/gentoo_2_6.igz root=/dev/ram0 init=/linuxrc looptype=zisofs loop=/zisofs cdroot</i> -<comment>(If you need serial console support)</comment> -MILO> <i>boot sdb:/boot/gentoo_2.6 initrd=/boot/gentoo_2_6.igz root=/dev/ram0 init=/linuxrc looptype=zisofs loop=/zisofs console=ttyS0 cdroot</i> +MILO> <i>boot sdb:/boot/gentoolegacy initrd=/boot/gentoolegacy.igz root=/dev/ram0 init=/linuxrc looptype=squashfs loop=/image.squashfs cdroot</i> +<comment>(Using serial port ttyS0 as the default console)</comment> +MILO> <i>boot sdb:/boot/gentoolegacy initrd=/boot/gentoolegacy.igz root=/dev/ram0 init=/linuxrc looptype=squashfs loop=/image.squashfs console=ttyS0 cdroot</i> </pre> <p>
