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:17
Message-Id: 200508011214.j71CEp6Z009937@robin.gentoo.org
1 swift 05/08/01 12:14:49
2
3 Modified: xml/htdocs/doc/en/handbook/2005.0
4 hb-install-alpha-medium.xml
5 Log:
6 #94788 - Fix MILO boot command line
7
8 Revision Changes Path
9 1.6 +8 -4 xml/htdocs/doc/en/handbook/2005.0/hb-install-alpha-medium.xml
10
11 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
12 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
13 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
14
15 Index: hb-install-alpha-medium.xml
16 ===================================================================
17 RCS file: /var/cvsroot/gentoo/xml/htdocs/doc/en/handbook/2005.0/hb-install-alpha-medium.xml,v
18 retrieving revision 1.5
19 retrieving revision 1.6
20 diff -u -r1.5 -r1.6
21 --- hb-install-alpha-medium.xml 25 May 2005 09:47:58 -0000 1.5
22 +++ hb-install-alpha-medium.xml 1 Aug 2005 12:14:49 -0000 1.6
23 @@ -4,12 +4,12 @@
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/2005.0/hb-install-alpha-medium.xml,v 1.5 2005/05/25 09:47:58 neysx Exp $ -->
28 +<!-- $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 $ -->
29
30 <sections>
31
32 -<version>4.2</version>
33 -<date>2005-05-24</date>
34 +<version>4.3</version>
35 +<date>2005-08-01</date>
36
37 <section>
38 <title>Hardware Requirements</title>
39 @@ -262,11 +262,15 @@
40 <comment>(...)</comment>
41 <comment>(Substitute dkb0 with your CD-ROM drive device)</comment>
42 &gt;&gt;&gt; <i>boot dkb0 -flags 0</i>
43 +<comment>To boot the 2.4 kernel instead of the default 2.6 kernel use:</comment>
44 +&gt;&gt;&gt; <i>boot dkb -flags 1</i>
45 </pre>
46
47 <pre caption="Booting a CD-ROM using MILO">
48 <comment>(Substitute hdb with your CD-ROM drive device)</comment>
49 -MILO&gt; <i>boot hdb:/boot/gentoo initrd=/boot/gentoo.igz root=/dev/ram0 init=/linuxrc looptype=zisofs loop=/zisofs cdroot</i>
50 +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>
51 +<comment>To boot the 2.4 kernel instead of the default 2.6 kernel use:</comment>
52 +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>
53 </pre>
54
55 <p>
56
57
58
59 --
60 gentoo-doc-cvs@g.o mailing list