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