Gentoo Archives: gentoo-doc-cvs

From: Xavier Neys <neysx@××××××××××××.org>
To: gentoo-doc-cvs@l.g.o
Subject: [gentoo-doc-cvs] cvs commit: gentoo-x86-quickinstall.xml gentoo-x86+raid+lvm2-quickinstall.xml
Date: Wed, 11 Apr 2007 10:18:07
Message-Id: E1HbZte-00029X-NE@stork.gentoo.org
1 neysx 07/04/11 10:17:50
2
3 Modified: gentoo-x86-quickinstall.xml
4 gentoo-x86+raid+lvm2-quickinstall.xml
5 Log:
6 Made quick guides consistent, fixed prompts and time zone setting
7
8 Revision Changes Path
9 1.73 xml/htdocs/doc/en/gentoo-x86-quickinstall.xml
10
11 file : http://sources.gentoo.org/viewcvs.py/gentoo/xml/htdocs/doc/en/gentoo-x86-quickinstall.xml?rev=1.73&view=markup
12 plain: http://sources.gentoo.org/viewcvs.py/gentoo/xml/htdocs/doc/en/gentoo-x86-quickinstall.xml?rev=1.73&content-type=text/plain
13 diff : http://sources.gentoo.org/viewcvs.py/gentoo/xml/htdocs/doc/en/gentoo-x86-quickinstall.xml?r1=1.72&r2=1.73
14
15 Index: gentoo-x86-quickinstall.xml
16 ===================================================================
17 RCS file: /var/cvsroot/gentoo/xml/htdocs/doc/en/gentoo-x86-quickinstall.xml,v
18 retrieving revision 1.72
19 retrieving revision 1.73
20 diff -u -r1.72 -r1.73
21 --- gentoo-x86-quickinstall.xml 10 Apr 2007 19:37:05 -0000 1.72
22 +++ gentoo-x86-quickinstall.xml 11 Apr 2007 10:17:50 -0000 1.73
23 @@ -1,5 +1,5 @@
24 <?xml version='1.0' encoding="UTF-8"?>
25 -<!-- $Header: /var/cvsroot/gentoo/xml/htdocs/doc/en/gentoo-x86-quickinstall.xml,v 1.72 2007/04/10 19:37:05 nightmorph Exp $ -->
26 +<!-- $Header: /var/cvsroot/gentoo/xml/htdocs/doc/en/gentoo-x86-quickinstall.xml,v 1.73 2007/04/11 10:17:50 neysx Exp $ -->
27
28 <!DOCTYPE guide SYSTEM "/dtd/guide.dtd">
29
30 @@ -25,8 +25,8 @@
31 <!-- See http://creativecommons.org/licenses/by-sa/2.5 -->
32 <license/>
33
34 -<version>15</version>
35 -<date>2007-04-10</date>
36 +<version>16</version>
37 +<date>2007-04-11</date>
38
39 <chapter>
40 <title>Introduction</title>
41 @@ -78,7 +78,7 @@
42 <path>releases/x86/&lt;release&gt;/livecd</path>. The <e>minimal</e>
43 installation CD is only useful for Internet-based installations. You can use
44 the <e>LiveCD</e> to perform a networkless installation as documented in the
45 -<uri link="/doc/en/handbook/2006.1/handbook-x86.xml">2006.1 x86 installation
46 +<uri link="/doc/en/handbook/2007.0/handbook-x86.xml">2007.0 x86 installation
47 handbook</uri>. The minimal CD is recommended.
48 </p>
49
50 @@ -324,13 +324,12 @@
51 <pre caption="Download a stage3 archive">
52 livecd ~ # <i>cd /mnt/gentoo</i>
53 livecd gentoo # <i>links http://www.gentoo.org/main/en/mirrors.xml</i>
54 -<comment>(Pick a mirror, move to the releases/x86/current/stages directory
55 -highlight the stage3 of your choice, probably stage3-i686-2006.1.tar.bz2
56 -and press D to download it)</comment>
57 +<comment>(Pick a mirror, move to the releases/x86/current/stages directory highlight the
58 +stage3 of your choice, probably the i686 stage3 and press D to download it)</comment>
59
60 <comment>(<b>Or</b> download it directly with wget without choosing a nearby mirror)</comment>
61 livecd ~ # <i>cd /mnt/gentoo</i>
62 -livecd gentoo # <i>wget http://gentoo.osuosl.org/releases/x86/current/stages/stage3-i686-2006.1.tar.bz2</i>
63 +livecd gentoo # <i>wget ftp://gentoo.osuosl.org/pub/gentoo/releases/x86/current/stages/stage3-i686*tar.bz2</i>
64 </pre>
65
66 <pre caption="Unpack the stage3 archive">
67 @@ -389,19 +388,17 @@
68 </body>
69 </section>
70 <section>
71 -<title>Set your timezone</title>
72 +<title>Set your time zone</title>
73 <body>
74
75 <p>
76 -Set your time zone information by setting the timezone listing from
77 -<path>/usr/share/zoneinfo</path> in <path>/etc/conf.d/clock</path>.
78 +Set your time zone information by copying the correct file from
79 +<path>/usr/share/zoneinfo</path> over the <path>/etc/localtime</path> file.
80 </p>
81
82 <pre caption="Setting your timezone">
83 -<comment>(Using CET as an example)</comment>
84 -livecd / # <i>nano -w /etc/conf.d/clock</i>
85 -TIMEZONE="CET"
86 -
87 +<comment>(Using Brussels as an example)</comment>
88 +livecd / # <i>cp /usr/share/zoneinfo/Europe/Brussels /etc/localtime</i>
89 livecd / # <i>date</i>
90 Wed Mar 8 00:46:05 CET 2006
91 </pre>
92 @@ -516,16 +513,25 @@
93 </pre>
94
95 <p>
96 -Check the system configuration in <path>/etc/rc.conf</path>,
97 -<path>/etc/conf.d/rc</path>, <path>/etc/conf.d/keymaps</path>,
98 -<path>/etc/conf.d/clock</path> and edit any of those files if required.
99 +Edit <path>/etc/conf.d/clock</path> to define the time zone you used
100 +previously.
101 +</p>
102 +
103 +<pre caption="Edit /etc/conf.d/clock">
104 +livecd conf.d # <i>nano -w /etc/conf.d/clock</i>
105 +TIMEZONE="Europe/Brussels"
106 +</pre>
107 +
108 +<p>
109 +Check the system configuration in <path>/etc/rc.conf</path>,
110 +<path>/etc/conf.d/rc</path>, <path>/etc/conf.d/keymaps</path> and edit any of
111 +those files if required.
112 </p>
113
114 <pre caption="Optional: edit some config files">
115 livecd conf.d # <i>nano -w /etc/rc.conf</i>
116 livecd conf.d # <i>nano -w /etc/conf.d/rc</i>
117 livecd conf.d # <i>nano -w /etc/conf.d/keymaps</i>
118 -livecd conf.d # <i>nano -w /etc/conf.d/clock</i>
119 </pre>
120
121 </body>
122 @@ -759,8 +765,8 @@
123 </p>
124
125 <pre caption="Define locales">
126 -mybox # <i>cd /etc</i>
127 -mybox # <i>nano -w locale.gen</i>
128 +mybox ~ # <i>cd /etc</i>
129 +mybox etc # <i>nano -w locale.gen</i>
130 </pre>
131
132 <p>
133
134
135
136 1.12 xml/htdocs/doc/en/gentoo-x86+raid+lvm2-quickinstall.xml
137
138 file : http://sources.gentoo.org/viewcvs.py/gentoo/xml/htdocs/doc/en/gentoo-x86+raid+lvm2-quickinstall.xml?rev=1.12&view=markup
139 plain: http://sources.gentoo.org/viewcvs.py/gentoo/xml/htdocs/doc/en/gentoo-x86+raid+lvm2-quickinstall.xml?rev=1.12&content-type=text/plain
140 diff : http://sources.gentoo.org/viewcvs.py/gentoo/xml/htdocs/doc/en/gentoo-x86+raid+lvm2-quickinstall.xml?r1=1.11&r2=1.12
141
142 Index: gentoo-x86+raid+lvm2-quickinstall.xml
143 ===================================================================
144 RCS file: /var/cvsroot/gentoo/xml/htdocs/doc/en/gentoo-x86+raid+lvm2-quickinstall.xml,v
145 retrieving revision 1.11
146 retrieving revision 1.12
147 diff -u -r1.11 -r1.12
148 --- gentoo-x86+raid+lvm2-quickinstall.xml 26 Feb 2007 08:58:04 -0000 1.11
149 +++ gentoo-x86+raid+lvm2-quickinstall.xml 11 Apr 2007 10:17:50 -0000 1.12
150 @@ -1,5 +1,5 @@
151 <?xml version='1.0' encoding="UTF-8"?>
152 -<!-- $Header: /var/cvsroot/gentoo/xml/htdocs/doc/en/gentoo-x86+raid+lvm2-quickinstall.xml,v 1.11 2007/02/26 08:58:04 nightmorph Exp $ -->
153 +<!-- $Header: /var/cvsroot/gentoo/xml/htdocs/doc/en/gentoo-x86+raid+lvm2-quickinstall.xml,v 1.12 2007/04/11 10:17:50 neysx Exp $ -->
154
155 <!DOCTYPE guide SYSTEM "/dtd/guide.dtd">
156
157 @@ -25,8 +25,8 @@
158 <!-- See http://creativecommons.org/licenses/by-sa/2.5 -->
159 <license/>
160
161 -<version>6</version>
162 -<date>2007-02-26</date>
163 +<version>7</version>
164 +<date>2007-04-11</date>
165
166 <chapter>
167 <title>Introduction</title>
168 @@ -86,7 +86,7 @@
169 <path>releases/x86/&lt;release&gt;/livecd</path>. The <e>minimal</e>
170 installation CD is only useful for Internet-based installations. You can use
171 the <e>LiveCD</e> to perform a networkless installation as documented in the
172 -<uri link="/doc/en/handbook/2006.1/handbook-x86.xml">2006.1 x86 installation
173 +<uri link="/doc/en/handbook/2007.0/handbook-x86.xml">2007.0 x86 installation
174 handbook</uri>. The minimal CD is recommended.
175 </p>
176
177 @@ -547,12 +547,11 @@
178
179 <pre caption="Download a stage3 archive">
180 livecd gentoo # <i>links http://www.gentoo.org/main/en/mirrors.xml</i>
181 -<comment>(Pick a mirror, move to the releases/x86/current/stages directory
182 -highlight the stage3 of your choice, probably stage3-i686-2006.1.tar.bz2
183 -and press D to download it)</comment>
184 +<comment>(Pick a mirror, move to the releases/x86/current/stages directory highlight the
185 +stage3 of your choice, probably the i686 stage3 and press D to download it)</comment>
186
187 <comment>(<b>Or</b> download it directly with wget without choosing a nearby mirror)</comment>
188 -livecd gentoo # <i>wget http://gentoo.osuosl.org/releases/x86/current/stages/stage3-i686-2006.1.tar.bz2</i>
189 +livecd gentoo # <i>wget ftp://gentoo.osuosl.org/pub/gentoo/releases/x86/current/stages/stage3-i686*tar.bz2</i>
190 </pre>
191
192 <pre caption="Unpack the stage3 archive">
193 @@ -611,7 +610,7 @@
194 </body>
195 </section>
196 <section>
197 -<title>Set your timezone</title>
198 +<title>Set your time zone</title>
199 <body>
200
201 <p>
202 @@ -766,16 +765,25 @@
203 </pre>
204
205 <p>
206 +Edit <path>/etc/conf.d/clock</path> to define the time zone you used
207 +previously.
208 +</p>
209 +
210 +<pre caption="Edit /etc/conf.d/clock">
211 +livecd conf.d # <i>nano -w /etc/conf.d/clock</i>
212 +TIMEZONE="Europe/Brussels"
213 +</pre>
214 +
215 +<p>
216 Check the system configuration in <path>/etc/rc.conf</path>,
217 -<path>/etc/conf.d/rc</path>, <path>/etc/conf.d/keymaps</path>,
218 -<path>/etc/conf.d/clock</path> and edit any of those files if required.
219 +<path>/etc/conf.d/rc</path>, <path>/etc/conf.d/keymaps</path> and edit any of
220 +those files if required.
221 </p>
222
223 <pre caption="Optional: edit some config files">
224 livecd conf.d # <i>nano -w /etc/rc.conf</i>
225 livecd conf.d # <i>nano -w /etc/conf.d/rc</i>
226 livecd conf.d # <i>nano -w /etc/conf.d/keymaps</i>
227 -livecd conf.d # <i>nano -w /etc/conf.d/clock</i>
228 </pre>
229
230 </body>
231
232
233
234 --
235 gentoo-doc-cvs@g.o mailing list