Gentoo Archives: gentoo-doc-cvs

From: Josh Saddler <nightmorph@××××××××××××.org>
To: gentoo-doc-cvs@l.g.o
Subject: [gentoo-doc-cvs] cvs commit: hb-install-alpha-bootloader.xml hb-install-alpha-kernel.xml hb-install-alpha-medium.xml
Date: Wed, 14 Mar 2007 07:04:51
Message-Id: E1HRNXG-0002c0-Ro@stork.gentoo.org
1 nightmorph 07/03/14 07:04:34
2
3 Modified: hb-install-alpha-bootloader.xml
4 hb-install-alpha-kernel.xml
5 hb-install-alpha-medium.xml
6 Log:
7 apha handbook stuff, including getting rid of cp arch/foo bar crap in favor of make install for the kernel stuff, as well as updated vmlinuz.gz to vmlinuz
8
9 Revision Changes Path
10 1.15 xml/htdocs/doc/en/handbook/draft/hb-install-alpha-bootloader.xml
11
12 file : http://sources.gentoo.org/viewcvs.py/gentoo/xml/htdocs/doc/en/handbook/draft/hb-install-alpha-bootloader.xml?rev=1.15&view=markup
13 plain: http://sources.gentoo.org/viewcvs.py/gentoo/xml/htdocs/doc/en/handbook/draft/hb-install-alpha-bootloader.xml?rev=1.15&content-type=text/plain
14 diff : http://sources.gentoo.org/viewcvs.py/gentoo/xml/htdocs/doc/en/handbook/draft/hb-install-alpha-bootloader.xml?r1=1.14&r2=1.15
15
16 Index: hb-install-alpha-bootloader.xml
17 ===================================================================
18 RCS file: /var/cvsroot/gentoo/xml/htdocs/doc/en/handbook/draft/hb-install-alpha-bootloader.xml,v
19 retrieving revision 1.14
20 retrieving revision 1.15
21 diff -u -r1.14 -r1.15
22 --- hb-install-alpha-bootloader.xml 14 Mar 2007 06:24:40 -0000 1.14
23 +++ hb-install-alpha-bootloader.xml 14 Mar 2007 07:04:34 -0000 1.15
24 @@ -4,7 +4,7 @@
25 <!-- The content of this document is licensed under the CC-BY-SA license -->
26 <!-- See http://creativecommons.org/licenses/by-sa/2.5 -->
27
28 -<!-- $Header: /var/cvsroot/gentoo/xml/htdocs/doc/en/handbook/draft/hb-install-alpha-bootloader.xml,v 1.14 2007/03/14 06:24:40 nightmorph Exp $ -->
29 +<!-- $Header: /var/cvsroot/gentoo/xml/htdocs/doc/en/handbook/draft/hb-install-alpha-bootloader.xml,v 1.15 2007/03/14 07:04:34 nightmorph Exp $ -->
30
31 <sections>
32
33 @@ -79,7 +79,7 @@
34 </p>
35
36 <pre caption="Automatically booting Gentoo">
37 -# <i>echo '0:2/boot/vmlinux.gz root=/dev/sda2' &gt; /etc/aboot.conf</i>
38 +# <i>echo '0:2/boot/vmlinuz root=/dev/sda2' &gt; /etc/aboot.conf</i>
39 # <i>cd /proc/srm_environment/named_variables</i>
40 # <i>echo -n 0 &gt; boot_osflags</i>
41 # <i>echo -n '' &gt; boot_file</i>
42
43
44
45 1.14 xml/htdocs/doc/en/handbook/draft/hb-install-alpha-kernel.xml
46
47 file : http://sources.gentoo.org/viewcvs.py/gentoo/xml/htdocs/doc/en/handbook/draft/hb-install-alpha-kernel.xml?rev=1.14&view=markup
48 plain: http://sources.gentoo.org/viewcvs.py/gentoo/xml/htdocs/doc/en/handbook/draft/hb-install-alpha-kernel.xml?rev=1.14&content-type=text/plain
49 diff : http://sources.gentoo.org/viewcvs.py/gentoo/xml/htdocs/doc/en/handbook/draft/hb-install-alpha-kernel.xml?r1=1.13&r2=1.14
50
51 Index: hb-install-alpha-kernel.xml
52 ===================================================================
53 RCS file: /var/cvsroot/gentoo/xml/htdocs/doc/en/handbook/draft/hb-install-alpha-kernel.xml,v
54 retrieving revision 1.13
55 retrieving revision 1.14
56 diff -u -r1.13 -r1.14
57 --- hb-install-alpha-kernel.xml 14 Mar 2007 06:24:40 -0000 1.13
58 +++ hb-install-alpha-kernel.xml 14 Mar 2007 07:04:34 -0000 1.14
59 @@ -4,11 +4,11 @@
60 <!-- The content of this document is licensed under the CC-BY-SA license -->
61 <!-- See http://creativecommons.org/licenses/by-sa/2.5 -->
62
63 -<!-- $Header: /var/cvsroot/gentoo/xml/htdocs/doc/en/handbook/draft/hb-install-alpha-kernel.xml,v 1.13 2007/03/14 06:24:40 nightmorph Exp $ -->
64 +<!-- $Header: /var/cvsroot/gentoo/xml/htdocs/doc/en/handbook/draft/hb-install-alpha-kernel.xml,v 1.14 2007/03/14 07:04:34 nightmorph Exp $ -->
65
66 <sections>
67
68 -<version>7.3</version>
69 +<version>8.0</version>
70 <date>2007-03-12</date>
71
72 <section>
73 @@ -17,8 +17,8 @@
74
75 <p>
76 You first need to select your timezone so that your system knows where it is
77 -located. Look for your timezone in <path>/usr/share/zoneinfo</path>, then copy
78 -it to <path>/etc/localtime</path>. Please avoid the
79 +located. Look for your timezone in <path>/usr/share/zoneinfo</path>. You then
80 +set your timezone in <path>/etc/conf.d/rc</path>. Please avoid the
81 <path>/usr/share/zoneinfo/Etc/GMT*</path> timezones as their names do not
82 indicate the expected zones. For instance, <path>GMT-8</path> is in fact GMT+8.
83 </p>
84 @@ -26,7 +26,8 @@
85 <pre caption="Setting the timezone information">
86 # <i>ls /usr/share/zoneinfo</i>
87 <comment>(Suppose you want to use GMT)</comment>
88 -# <i>cp /usr/share/zoneinfo/GMT /etc/localtime</i>
89 +# <i>nano -w /etc/conf.d/rc</i>
90 +TIMEZONE="GMT"
91 </pre>
92
93 </body>
94 @@ -46,7 +47,7 @@
95 </p>
96
97 <p>
98 -For alpha-based systems we have <c>vanilla-sources</c> (the default 2.6 kernel source).
99 +For alpha-based systems we have <c>gentoo-sources</c> (the default 2.6 kernel source).
100 </p>
101
102 <p>
103 @@ -54,18 +55,18 @@
104 </p>
105
106 <p>
107 -In the next example we install <c>vanilla-sources</c>. Of course substitute with
108 +In the next example we install <c>gentoo-sources</c>. Of course substitute with
109 your choice of sources, this is merely an example.
110 </p>
111
112 <pre caption="Installing a kernel source">
113 -# <i>emerge vanilla-sources</i>
114 +# <i>emerge gentoo-sources</i>
115 </pre>
116
117 <p>
118 When you take a look in <path>/usr/src</path> you should see a symlink called
119 <path>linux</path> pointing to your kernel source. In this case, the installed
120 -kernel source points to <c>vanilla-sources-2.6.16.19</c>. Your version may be
121 +kernel source points to <c>gentoo-sources-2.6.16.19</c>. Your version may be
122 different, so keep this in mind.
123 </p>
124
125 @@ -291,12 +292,13 @@
126 # <i>make dep &amp;&amp; make vmlinux modules modules_install</i>
127
128 <comment>(For 2.6 kernel)</comment>
129 -# <i>make &amp;&amp; make modules_install</i>
130 +# <i>make &amp;&amp; make modules_install &amp;&amp; make install</i>
131
132 <comment>(For all kernels)</comment>
133 # <i>make boot</i>
134 </pre>
135
136 +<!--
137 <p>
138 When the kernel has finished compiling, copy the kernel image to
139 <path>/boot</path>. Recent kernels might create <path>vmlinux</path> instead of
140 @@ -306,6 +308,7 @@
141 <pre caption="Installing the kernel">
142 # <i>cp arch/alpha/boot/vmlinux.gz /boot/</i>
143 </pre>
144 +-->
145
146 <p>
147 Now continue with <uri link="#kernel_modules">Installing Separate Kernel
148
149
150
151 1.20 xml/htdocs/doc/en/handbook/draft/hb-install-alpha-medium.xml
152
153 file : http://sources.gentoo.org/viewcvs.py/gentoo/xml/htdocs/doc/en/handbook/draft/hb-install-alpha-medium.xml?rev=1.20&view=markup
154 plain: http://sources.gentoo.org/viewcvs.py/gentoo/xml/htdocs/doc/en/handbook/draft/hb-install-alpha-medium.xml?rev=1.20&content-type=text/plain
155 diff : http://sources.gentoo.org/viewcvs.py/gentoo/xml/htdocs/doc/en/handbook/draft/hb-install-alpha-medium.xml?r1=1.19&r2=1.20
156
157 Index: hb-install-alpha-medium.xml
158 ===================================================================
159 RCS file: /var/cvsroot/gentoo/xml/htdocs/doc/en/handbook/draft/hb-install-alpha-medium.xml,v
160 retrieving revision 1.19
161 retrieving revision 1.20
162 diff -u -r1.19 -r1.20
163 --- hb-install-alpha-medium.xml 14 Mar 2007 06:24:40 -0000 1.19
164 +++ hb-install-alpha-medium.xml 14 Mar 2007 07:04:34 -0000 1.20
165 @@ -4,11 +4,11 @@
166 <!-- The content of this document is licensed under the CC-BY-SA license -->
167 <!-- See http://creativecommons.org/licenses/by-sa/2.5 -->
168
169 -<!-- $Header: /var/cvsroot/gentoo/xml/htdocs/doc/en/handbook/draft/hb-install-alpha-medium.xml,v 1.19 2007/03/14 06:24:40 nightmorph Exp $ -->
170 +<!-- $Header: /var/cvsroot/gentoo/xml/htdocs/doc/en/handbook/draft/hb-install-alpha-medium.xml,v 1.20 2007/03/14 07:04:34 nightmorph Exp $ -->
171
172 <sections>
173
174 -<version>7.1</version>
175 +<version>8.0</version>
176 <date>2006-09-04</date>
177
178 <section>
179 @@ -80,7 +80,7 @@
180 <p>
181 If you wish to install Gentoo without a working Internet connection, please use
182 the installation instructions described in the <uri
183 -link="2006.1/index.xml">Gentoo 2006.1 Handbooks</uri>.
184 +link="2007.0/index.xml">Gentoo 2007.0 Handbooks</uri>.
185 </p>
186
187 <p>
188 @@ -112,7 +112,7 @@
189 <body>
190
191 <p>
192 -The Minimal Installation CD is called <c>install-alpha-minimal-2006.1.iso</c>
193 +The Minimal Installation CD is called <c>install-alpha-minimal-2007.0.iso</c>
194 and takes up only 65 MB of diskspace. You can use this Installation CD to
195 install Gentoo, but always with a working Internet connection only.
196 </p>
197 @@ -142,7 +142,7 @@
198 <body>
199
200 <p>
201 -The Universal Installation CD is called <c>install-alpha-universal-2006.1.iso</c>
202 +The Universal Installation CD is called <c>install-alpha-universal-2007.0.iso</c>
203 and consumes about 316 MB on a CD. You can use this Installation CD to install
204 Gentoo, and you can even use it to install Gentoo without a working internet
205 connection, just in case you want to bring Gentoo to another PC than the one
206 @@ -226,7 +226,7 @@
207 <p>
208 You can download any of the Installation CDs (and, if you want to, a Packages
209 CD as well) from one of our <uri link="/main/en/mirrors.xml">mirrors</uri>. The
210 -Installation CDs are located in the <path>releases/alpha/2006.1/installcd</path>
211 +Installation CDs are located in the <path>releases/alpha/2007.0/installcd</path>
212 directory.
213 </p>
214
215 @@ -238,7 +238,7 @@
216 <p>
217 In case you wonder if your downloaded file is corrupted or not, you can
218 check its MD5 checksum and compare it with the MD5 checksum we provide (such as
219 -<path>install-alpha-minimal-2006.1.iso.DIGESTS</path>). You can check the MD5
220 +<path>install-alpha-minimal-2007.0.iso.DIGESTS</path>). You can check the MD5
221 checksum with the <c>md5sum</c> tool under Linux/Unix or <uri
222 link="http://www.etree.org/md5com.html">md5sum</uri> for Windows.
223 </p>
224
225
226
227 --
228 gentoo-doc-cvs@g.o mailing list