Gentoo Archives: gentoo-doc-cvs

From: "Joshua Saddler (nightmorph)" <nightmorph@g.o>
To: gentoo-doc-cvs@l.g.o
Subject: [gentoo-doc-cvs] gentoo commit in xml/htdocs/doc/en/handbook: hb-install-alpha-medium.xml
Date: Sun, 27 Feb 2011 07:06:07
Message-Id: 20110227070554.BC1AB20054@flycatcher.gentoo.org
1 nightmorph 11/02/27 07:05:54
2
3 Modified: hb-install-alpha-medium.xml
4 Log:
5 update MILO options, bug 352453
6
7 Revision Changes Path
8 1.54 xml/htdocs/doc/en/handbook/hb-install-alpha-medium.xml
9
10 file : http://sources.gentoo.org/viewvc.cgi/gentoo/xml/htdocs/doc/en/handbook/hb-install-alpha-medium.xml?rev=1.54&view=markup
11 plain: http://sources.gentoo.org/viewvc.cgi/gentoo/xml/htdocs/doc/en/handbook/hb-install-alpha-medium.xml?rev=1.54&content-type=text/plain
12 diff : http://sources.gentoo.org/viewvc.cgi/gentoo/xml/htdocs/doc/en/handbook/hb-install-alpha-medium.xml?r1=1.53&r2=1.54
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.53
18 retrieving revision 1.54
19 diff -u -r1.53 -r1.54
20 --- hb-install-alpha-medium.xml 23 Jan 2011 07:46:08 -0000 1.53
21 +++ hb-install-alpha-medium.xml 27 Feb 2011 07:05:54 -0000 1.54
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/2.5 -->
25
26 -<!-- $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 $ -->
27 +<!-- $Header: /var/cvsroot/gentoo/xml/htdocs/doc/en/handbook/hb-install-alpha-medium.xml,v 1.54 2011/02/27 07:05:54 nightmorph Exp $ -->
28
29 <sections>
30
31 -<version>11</version>
32 -<date>2011-01-22</date>
33 +<version>12</version>
34 +<date>2011-02-26</date>
35
36 <section>
37 <title>Hardware Requirements</title>
38 @@ -330,14 +330,14 @@
39 <comment>(Substitute dkb0 with your CD-ROM drive device)</comment>
40 &gt;&gt;&gt; <i>boot dkb0 -flags 0</i>
41 <comment>(This flag will use serial port ttyS0 as the default console)</comment>
42 -&gt;&gt;&gt; <i>boot dkb0 -flags 1</i>
43 +&gt;&gt;&gt; <i>boot dkb0 -flags 2</i>
44 </pre>
45
46 <pre caption="Booting a CD-ROM using MILO">
47 <comment>(Substitute sdb with your CD-ROM drive device)</comment>
48 -MILO&gt; <i>boot sdb:/boot/gentoolegacy initrd=/boot/gentoolegacy.igz root=/dev/ram0 init=/linuxrc looptype=squashfs loop=/image.squashfs cdroot</i>
49 +MILO&gt; <i>boot sdb:/boot/gentoo initrd=/boot/gentoo.igz root=/dev/ram0 init=/linuxrc looptype=squashfs loop=/image.squashfs cdroot</i>
50 <comment>(Using serial port ttyS0 as the default console)</comment>
51 -MILO&gt; <i>boot sdb:/boot/gentoolegacy initrd=/boot/gentoolegacy.igz root=/dev/ram0 init=/linuxrc looptype=squashfs loop=/image.squashfs console=ttyS0 cdroot</i>
52 +MILO&gt; <i>boot sdb:/boot/gentoo initrd=/boot/gentoo.igz root=/dev/ram0 init=/linuxrc looptype=squashfs loop=/image.squashfs console=ttyS0 cdroot</i>
53 </pre>
54
55 <p>