Gentoo Archives: gentoo-doc-cvs

From: Lukasz Damentko <rane@×××××××××××.org>
To: gentoo-doc-cvs@l.g.o
Subject: [gentoo-doc-cvs] cvs commit: hb-install-alpha-medium.xml
Date: Sun, 13 Aug 2006 18:52:20
Message-Id: 20060813185201.0E2A0649DC@smtp.gentoo.org
1 rane 06/08/13 18:52:00
2
3 Modified: hb-install-alpha-medium.xml
4 Log:
5 #143691, dropped no-nptl, package cd, added serial console support
6
7 Revision Changes Path
8 1.2 xml/htdocs/doc/en/handbook/draft/2006.1/hb-install-alpha-medium.xml
9
10 file : http://sources.gentoo.org/viewcvs.py/gentoo/xml/htdocs/doc/en/handbook/draft/2006.1/hb-install-alpha-medium.xml?rev=1.2&view=markup
11 plain: http://sources.gentoo.org/viewcvs.py/gentoo/xml/htdocs/doc/en/handbook/draft/2006.1/hb-install-alpha-medium.xml?rev=1.2&content-type=text/plain
12 diff : http://sources.gentoo.org/viewcvs.py/gentoo/xml/htdocs/doc/en/handbook/draft/2006.1/hb-install-alpha-medium.xml?r1=1.1&r2=1.2
13
14 Index: hb-install-alpha-medium.xml
15 ===================================================================
16 RCS file: /var/cvsroot/gentoo/xml/htdocs/doc/en/handbook/draft/2006.1/hb-install-alpha-medium.xml,v
17 retrieving revision 1.1
18 retrieving revision 1.2
19 diff -u -r1.1 -r1.2
20 --- hb-install-alpha-medium.xml 9 Aug 2006 16:35:14 -0000 1.1
21 +++ hb-install-alpha-medium.xml 13 Aug 2006 18:52:00 -0000 1.2
22 @@ -4,7 +4,7 @@
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/draft/2006.1/hb-install-alpha-medium.xml,v 1.1 2006/08/09 16:35:14 fox2mike Exp $ -->
27 +<!-- $Header: /var/cvsroot/gentoo/xml/htdocs/doc/en/handbook/draft/2006.1/hb-install-alpha-medium.xml,v 1.2 2006/08/13 18:52:00 rane Exp $ -->
28
29 <sections>
30
31 @@ -107,19 +107,6 @@
32 </li>
33 </ul>
34
35 -<p>
36 -Gentoo also provides a Package CD. This is not an Installation CD but an
37 -additional resource that you can exploit during the installation of your Gentoo
38 -system. It contains prebuilt packages (also known as the GRP set) that allow
39 -you to easily and quickly install additional applications (such as
40 -OpenOffice.org, KDE, GNOME, ...) immediately after the Gentoo installation and
41 -right before you update your Portage tree.
42 -</p>
43 -
44 -<p>
45 -The use of the Package CD is covered later in this document.
46 -</p>
47 -
48 </body>
49 </subsection>
50 </section>
51 @@ -131,14 +118,9 @@
52 <body>
53
54 <p>
55 -You can download the Universal Installation CD (and, if you want to, the
56 -Packages CD as well) from one of our <uri
57 -link="/main/en/mirrors.xml">mirrors</uri>. The Installation CD is located in
58 +You can download the Universal Installation CD from one of our <uri
59 +link="/main/en/mirrors.xml">mirrors</uri>. The Installation CD is located in
60 the <path>releases/alpha/2006.1/installcd</path> directory.
61 -<!-- No packages for alpha
62 -the Package CD is located in the <path>releases/alpha/2006.1/packagecd</path>
63 -directory.
64 --->
65 </p>
66
67 <p>
68 @@ -237,6 +219,13 @@
69 link="http://dev.gentoo.org/~taviso/milo/">taviso's homepage</uri>.
70 </p>
71
72 +<p>
73 +This release also includes two entries for people who want to use a serial
74 +console during the installation, possibly boxes with no keyboard and screen
75 +attached. One allow you to boot 2.6 using the serial console and the other will
76 +do the same with our 2.4 kernel.
77 +</p>
78 +
79 <pre caption="Booting a CD-ROM using SRM">
80 <comment>(List available hardware drives)</comment>
81 &gt;&gt;&gt; <i>show device</i>
82 @@ -244,25 +233,27 @@
83 <comment>(...)</comment>
84 <comment>(Substitute dkb0 with your CD-ROM drive device)</comment>
85 &gt;&gt;&gt; <i>boot dkb0 -flags 0</i>
86 -<comment>To boot the 2.4 kernel instead of the default 2.6 kernel use:</comment>
87 +<comment>(To boot the 2.4 kernel instead of the default 2.6 kernel use:)</comment>
88 &gt;&gt;&gt; <i>boot dkb -flags 1</i>
89 +<comment>(If you need serial console support)</comment>
90 +<comment>(To boot the 2.6 kernel with serial console support use:)</comment>
91 +&gt;&gt;&gt; <i>boot dkb0 -flags 2</i>
92 +<comment>(To boot the 2.4 kernel with serial console support use:)</comment>
93 +&gt;&gt;&gt; <i>boot dkb0 -flags 3</i>
94 </pre>
95
96 <pre caption="Booting a CD-ROM using MILO">
97 <comment>(Substitute hdb with your CD-ROM drive device)</comment>
98 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>
99 -<comment>To boot the 2.4 kernel instead of the default 2.6 kernel use:</comment>
100 +<comment>(To boot the 2.4 kernel instead of the default 2.6 kernel use:)</comment>
101 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>
102 +<comment>(If you need serial console support)</comment>
103 +<comment>(To boot the 2.6 kernel with serial console support use:)</comment>
104 +MILO&gt; <i>boot hdb:/boot/gentoo_2.6 initrd=/boot/gentoo_2_6.igz root=/dev/ram0 init=/linuxrc looptype=zisofs loop=/zisofs console=ttyS0</i>
105 +<comment>(To boot the 2.4 kernel with serial console support use:)</comment>
106 +MILO&gt; <i>boot hdb:/boot/gentoo_2.4 initrd=/boot/gentoo_2_4.igz root=/dev/ram0 init=/linuxrc looptype=zisofs loop=/zisofs console=ttyS0 cdroot</i>
107 </pre>
108
109 -<note>
110 -The default Alpha profile uses nptl and requires a 2.6 kernel. If your system
111 -cannot support nptl (or you do not want to use nptl), you should use the 2.4
112 -kernel. Alternatively, if you prefer to compile your system without nptl, you
113 -will be given the chance to select a stage built without nptl in <uri
114 -link="?part=1&amp;chap=5">Installing a Stage Tarball</uri>.
115 -</note>
116 -
117 <p>
118 You should have a root ("#") prompt on the current console and can also switch
119 to other consoles by pressing Alt-F2, Alt-F3 and Alt-F4. Get back to the one you
120
121
122
123 --
124 gentoo-doc-cvs@g.o mailing list