Gentoo Archives: gentoo-doc-cvs

From: Sven Vermeulen <swift@×××××××××××.org>
To: gentoo-doc-cvs@l.g.o
Subject: [gentoo-doc-cvs] cvs commit: hb-install-alpha-medium.xml
Date: Mon, 01 Aug 2005 12:15:15
Message-Id: 200508011214.j71CEp7W028247@robin.gentoo.org
1 swift 05/08/01 12:14:49
2
3 Modified: xml/htdocs/doc/en/handbook/draft/2005.1
4 hb-install-alpha-medium.xml
5 Log:
6 #94788 - Fix MILO boot command line
7
8 Revision Changes Path
9 1.3 +6 -2 xml/htdocs/doc/en/handbook/draft/2005.1/hb-install-alpha-medium.xml
10
11 file : http://www.gentoo.org/cgi-bin/viewcvs.cgi/xml/htdocs/doc/en/handbook/draft/2005.1/hb-install-alpha-medium.xml?rev=1.3&content-type=text/x-cvsweb-markup&cvsroot=gentoo
12 plain: http://www.gentoo.org/cgi-bin/viewcvs.cgi/xml/htdocs/doc/en/handbook/draft/2005.1/hb-install-alpha-medium.xml?rev=1.3&content-type=text/plain&cvsroot=gentoo
13 diff : http://www.gentoo.org/cgi-bin/viewcvs.cgi/xml/htdocs/doc/en/handbook/draft/2005.1/hb-install-alpha-medium.xml.diff?r1=1.2&r2=1.3&cvsroot=gentoo
14
15 Index: hb-install-alpha-medium.xml
16 ===================================================================
17 RCS file: /var/cvsroot/gentoo/xml/htdocs/doc/en/handbook/draft/2005.1/hb-install-alpha-medium.xml,v
18 retrieving revision 1.2
19 retrieving revision 1.3
20 diff -u -r1.2 -r1.3
21 --- hb-install-alpha-medium.xml 5 Jul 2005 09:14:19 -0000 1.2
22 +++ hb-install-alpha-medium.xml 1 Aug 2005 12:14:49 -0000 1.3
23 @@ -4,7 +4,7 @@
24 <!-- The content of this document is licensed under the CC-BY-SA license -->
25 <!-- See http://creativecommons.org/licenses/by-sa/1.0 -->
26
27 -<!-- $Header: /var/cvsroot/gentoo/xml/htdocs/doc/en/handbook/draft/2005.1/hb-install-alpha-medium.xml,v 1.2 2005/07/05 09:14:19 swift Exp $ -->
28 +<!-- $Header: /var/cvsroot/gentoo/xml/htdocs/doc/en/handbook/draft/2005.1/hb-install-alpha-medium.xml,v 1.3 2005/08/01 12:14:49 swift Exp $ -->
29
30 <sections>
31
32 @@ -262,11 +262,15 @@
33 <comment>(...)</comment>
34 <comment>(Substitute dkb0 with your CD-ROM drive device)</comment>
35 &gt;&gt;&gt; <i>boot dkb0 -flags 0</i>
36 +<comment>To boot the 2.4 kernel instead of the default 2.6 kernel use:</comment>
37 +&gt;&gt;&gt; <i>boot dkb -flags 1</i>
38 </pre>
39
40 <pre caption="Booting a CD-ROM using MILO">
41 <comment>(Substitute hdb with your CD-ROM drive device)</comment>
42 -MILO&gt; <i>boot hdb:/boot/gentoo initrd=/boot/gentoo.igz root=/dev/ram0 init=/linuxrc looptype=zisofs loop=/zisofs cdroot</i>
43 +MILO&gt; <i>boot hdb:/boot/gentoo_2.6 initrd=/boot/gentoo_2_6.igz root=/dev/ram0 init=/linuxrc looptype=zisofs loop=/zisofs cdroot</i>
44 +<comment>To boot the 2.4 kernel instead of the default 2.6 kernel use:</comment>
45 +MILO&gt; <i>boot hdb:/boot/gentoo_2.4 initrd=/boot/gentoo_2_4.igz root=/dev/ram0 init=/linuxrc looptype=zisofs loop=/zisofs cdroot</i>
46 </pre>
47
48 <p>
49
50
51
52 --
53 gentoo-doc-cvs@g.o mailing list