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, 23 Jan 2011 07:46:18
Message-Id: 20110123074608.3940A20054@flycatcher.gentoo.org
1 nightmorph 11/01/23 07:46:08
2
3 Modified: hb-install-alpha-medium.xml
4 Log:
5 update MILO boot stuff for bug 352453
6
7 Revision Changes Path
8 1.53 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.53&view=markup
11 plain: http://sources.gentoo.org/viewvc.cgi/gentoo/xml/htdocs/doc/en/handbook/hb-install-alpha-medium.xml?rev=1.53&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.52&r2=1.53
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.52
18 retrieving revision 1.53
19 diff -u -r1.52 -r1.53
20 --- hb-install-alpha-medium.xml 19 Jul 2010 01:53:14 -0000 1.52
21 +++ hb-install-alpha-medium.xml 23 Jan 2011 07:46:08 -0000 1.53
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.52 2010/07/19 01:53:14 nightmorph Exp $ -->
27 +<!-- $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 $ -->
28
29 <sections>
30
31 -<version>10.0</version>
32 -<date>2010-07-18</date>
33 +<version>11</version>
34 +<date>2011-01-22</date>
35
36 <section>
37 <title>Hardware Requirements</title>
38 @@ -329,15 +329,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>(If you need serial console support)</comment>
43 +<comment>(This flag will use serial port ttyS0 as the default console)</comment>
44 &gt;&gt;&gt; <i>boot dkb0 -flags 1</i>
45 </pre>
46
47 <pre caption="Booting a CD-ROM using MILO">
48 <comment>(Substitute sdb with your CD-ROM drive device)</comment>
49 -MILO&gt; <i>boot sdb:/boot/gentoo_2.6 initrd=/boot/gentoo_2_6.igz root=/dev/ram0 init=/linuxrc looptype=zisofs loop=/zisofs cdroot</i>
50 -<comment>(If you need serial console support)</comment>
51 -MILO&gt; <i>boot sdb:/boot/gentoo_2.6 initrd=/boot/gentoo_2_6.igz root=/dev/ram0 init=/linuxrc looptype=zisofs loop=/zisofs console=ttyS0 cdroot</i>
52 +MILO&gt; <i>boot sdb:/boot/gentoolegacy initrd=/boot/gentoolegacy.igz root=/dev/ram0 init=/linuxrc looptype=squashfs loop=/image.squashfs cdroot</i>
53 +<comment>(Using serial port ttyS0 as the default console)</comment>
54 +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>
55 </pre>
56
57 <p>