swift 05/08/01 12:14:49
Modified: xml/htdocs/doc/en/handbook/2005.0
hb-install-alpha-medium.xml
Log:
#94788 - Fix MILO boot command line
Revision Changes Path
1.6 +8 -4
xml/htdocs/doc/en/handbook/2005.0/hb-install-alpha-medium.xml
file :
http://www.gentoo.org/cgi-bin/viewcvs.cgi/xml/htdocs/doc/en/handbook/2005.0/hb-install-alpha-medium.xml?rev=1.6&content-type=text/x-cvsweb-markup&cvsroot=gentoo
plain:
http://www.gentoo.org/cgi-bin/viewcvs.cgi/xml/htdocs/doc/en/handbook/2005.0/hb-install-alpha-medium.xml?rev=1.6&content-type=text/plain&cvsroot=gentoo
diff :
http://www.gentoo.org/cgi-bin/viewcvs.cgi/xml/htdocs/doc/en/handbook/2005.0/hb-install-alpha-medium.xml.diff?r1=1.5&r2=1.6&cvsroot=gentoo
Index: hb-install-alpha-medium.xml
===================================================================
RCS file:
/var/cvsroot/gentoo/xml/htdocs/doc/en/handbook/2005.0/hb-install-alpha-medium.xml,v
retrieving revision 1.5
retrieving revision 1.6
diff -u -r1.5 -r1.6
--- hb-install-alpha-medium.xml 25 May 2005 09:47:58 -0000 1.5
+++ hb-install-alpha-medium.xml 1 Aug 2005 12:14:49 -0000 1.6
@@ -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/2005.0/hb-install-alpha-medium.xml,v
1.5 2005/05/25 09:47:58 neysx Exp $ -->
+<!-- $Header:
/var/cvsroot/gentoo/xml/htdocs/doc/en/handbook/2005.0/hb-install-alpha-medium.xml,v
1.6 2005/08/01 12:14:49 swift Exp $ -->
<sections>
-<version>4.2</version>
-<date>2005-05-24</date>
+<version>4.3</version>
+<date>2005-08-01</date>
<section>
<title>Hardware Requirements</title>
@@ -262,11 +262,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