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: Tue, 08 May 2007 08:00:46
Message-Id: E1HlKcV-0002FA-OU@stork.gentoo.org
1 neysx 07/05/08 08:00:27
2
3 Modified: gentoo-x86-quickinstall.xml
4 gentoo-x86+raid+lvm2-quickinstall.xml
5 Log:
6 Redo previous fixes
7
8 Revision Changes Path
9 1.75 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.75&view=markup
12 plain: http://sources.gentoo.org/viewcvs.py/gentoo/xml/htdocs/doc/en/gentoo-x86-quickinstall.xml?rev=1.75&content-type=text/plain
13 diff : http://sources.gentoo.org/viewcvs.py/gentoo/xml/htdocs/doc/en/gentoo-x86-quickinstall.xml?r1=1.74&r2=1.75
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.74
19 retrieving revision 1.75
20 diff -u -r1.74 -r1.75
21 --- gentoo-x86-quickinstall.xml 7 May 2007 18:11:40 -0000 1.74
22 +++ gentoo-x86-quickinstall.xml 8 May 2007 08:00:27 -0000 1.75
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.74 2007/05/07 18:11:40 nightmorph Exp $ -->
26 +<!-- $Header: /var/cvsroot/gentoo/xml/htdocs/doc/en/gentoo-x86-quickinstall.xml,v 1.75 2007/05/08 08:00:27 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>17</version>
35 -<date>2007-05-07</date>
36 +<version>18</version>
37 +<date>2007-05-08</date>
38
39 <chapter>
40 <title>Introduction</title>
41 @@ -172,7 +172,7 @@
42
43 <pre caption="Configure networking the manual way">
44 livecd root # <i>ifconfig eth0 192.168.1.10/24</i>
45 -livecd root # <i>route add default via 192.168.1.1</i>
46 +livecd root # <i>route add default gw 192.168.1.1</i>
47 livecd root # <i>echo nameserver 192.168.1.1 &gt; /etc/resolv.conf</i>
48 </pre>
49
50 @@ -399,8 +399,7 @@
51 <pre caption="Setting your timezone">
52 livecd / # <i>ls /usr/share/zoneinfo</i>
53 <comment>(Using Brussels as an example)</comment>
54 -livecd / # <i>nano -w /etc/conf.d/clock</i>
55 -TIMEZONE="Europe/Brussels"
56 +livecd / # <i>cp /usr/share/zoneinfo/Europe/Brussels /etc/localtime</i>
57
58 livecd / # <i>date</i>
59 Wed Mar 8 00:46:05 CET 2006
60 @@ -516,6 +515,16 @@
61 </pre>
62
63 <p>
64 +Edit <path>/etc/conf.d/clock</path> to define the time zone you used
65 +previously.
66 +</p>
67 +
68 +<pre caption="Edit /etc/conf.d/clock">
69 +livecd conf.d # <i>nano -w /etc/conf.d/clock</i>
70 +TIMEZONE="Europe/Brussels"
71 +</pre>
72 +
73 +<p>
74 Check the system configuration in <path>/etc/rc.conf</path>,
75 <path>/etc/conf.d/rc</path>, <path>/etc/conf.d/keymaps</path> and edit any of
76 those files if required.
77 @@ -562,11 +571,11 @@
78 </p>
79
80 <pre caption="Install extra tools if required">
81 -livecd conf.d # <i>emerge xfsprogs</i> <comment>(If you use the XFS file system)</comment>
82 -livecd conf.d # <i>emerge jfsutils</i> <comment>(If you use the JFS file system)</comment>
83 -livecd conf.d # <i>emerge reiserfsprogs</i> <comment>(If you use the Reiser file system)</comment>
84 -livecd conf.d # <i>emerge dhcpcd</i> <comment>(If you need a DHCP client)</comment>
85 -livecd conf.d # <i>emerge ppp</i> <comment>(If you need PPPoE ADSL connectivity)</comment>
86 +livecd conf.d # <i>emerge xfsprogs</i> <comment>(If you use the XFS file system)</comment>
87 +livecd conf.d # <i>emerge jfsutils</i> <comment>(If you use the JFS file system)</comment>
88 +livecd conf.d # <i>emerge reiserfsprogs</i> <comment>(If you use the Reiser file system)</comment>
89 +livecd conf.d # <i>emerge dhcpcd</i> <comment>(If you need a DHCP client)</comment>
90 +livecd conf.d # <i>emerge ppp</i> <comment>(If you need PPPoE ADSL connectivity)</comment>
91 </pre>
92
93 </body>
94
95
96
97 1.14 xml/htdocs/doc/en/gentoo-x86+raid+lvm2-quickinstall.xml
98
99 file : http://sources.gentoo.org/viewcvs.py/gentoo/xml/htdocs/doc/en/gentoo-x86+raid+lvm2-quickinstall.xml?rev=1.14&view=markup
100 plain: http://sources.gentoo.org/viewcvs.py/gentoo/xml/htdocs/doc/en/gentoo-x86+raid+lvm2-quickinstall.xml?rev=1.14&content-type=text/plain
101 diff : http://sources.gentoo.org/viewcvs.py/gentoo/xml/htdocs/doc/en/gentoo-x86+raid+lvm2-quickinstall.xml?r1=1.13&r2=1.14
102
103 Index: gentoo-x86+raid+lvm2-quickinstall.xml
104 ===================================================================
105 RCS file: /var/cvsroot/gentoo/xml/htdocs/doc/en/gentoo-x86+raid+lvm2-quickinstall.xml,v
106 retrieving revision 1.13
107 retrieving revision 1.14
108 diff -u -r1.13 -r1.14
109 --- gentoo-x86+raid+lvm2-quickinstall.xml 7 May 2007 18:11:40 -0000 1.13
110 +++ gentoo-x86+raid+lvm2-quickinstall.xml 8 May 2007 08:00:27 -0000 1.14
111 @@ -1,5 +1,5 @@
112 <?xml version='1.0' encoding="UTF-8"?>
113 -<!-- $Header: /var/cvsroot/gentoo/xml/htdocs/doc/en/gentoo-x86+raid+lvm2-quickinstall.xml,v 1.13 2007/05/07 18:11:40 nightmorph Exp $ -->
114 +<!-- $Header: /var/cvsroot/gentoo/xml/htdocs/doc/en/gentoo-x86+raid+lvm2-quickinstall.xml,v 1.14 2007/05/08 08:00:27 neysx Exp $ -->
115
116 <!DOCTYPE guide SYSTEM "/dtd/guide.dtd">
117
118 @@ -25,8 +25,8 @@
119 <!-- See http://creativecommons.org/licenses/by-sa/2.5 -->
120 <license/>
121
122 -<version>8</version>
123 -<date>2007-05-07</date>
124 +<version>9</version>
125 +<date>2007-05-08</date>
126
127 <chapter>
128 <title>Introduction</title>
129 @@ -182,7 +182,7 @@
130
131 <pre caption="Configure networking the manual way">
132 livecd root # <i>ifconfig eth0 192.168.1.10/24</i>
133 -livecd root # <i>route add default via 192.168.1.1</i>
134 +livecd root # <i>route add default gw 192.168.1.1</i>
135 livecd root # <i>echo nameserver 192.168.1.1 > /etc/resolv.conf</i>
136 </pre>
137
138 @@ -621,8 +621,7 @@
139 <pre caption="Setting your timezone">
140 livecd / # <i>ls /usr/share/zoneinfo</i>
141 <comment>(Using Brussels as an example)</comment>
142 -livecd / # <i>nano -w /etc/conf.d/clock</i>
143 -TIMEZONE="Europe/Brussels"
144 +livecd / # <i>cp /usr/share/zoneinfo/Europe/Brussels /etc/localtime</i>
145
146 livecd / # <i>date</i>
147 Wed Mar 8 00:46:05 CET 2006
148 @@ -768,6 +767,16 @@
149 </pre>
150
151 <p>
152 +Edit <path>/etc/conf.d/clock</path> to define the time zone you used
153 +previously.
154 +</p>
155 +
156 +<pre caption="Edit /etc/conf.d/clock">
157 +livecd conf.d # <i>nano -w /etc/conf.d/clock</i>
158 +TIMEZONE="Europe/Brussels"
159 +</pre>
160 +
161 +<p>
162 Check the system configuration in <path>/etc/rc.conf</path>,
163 <path>/etc/conf.d/rc</path>, <path>/etc/conf.d/keymaps</path> and edit any of
164 those files if required.
165 @@ -822,11 +831,11 @@
166 </p>
167
168 <pre caption="Install extra tools if required">
169 -livecd conf.d # <i>emerge xfsprogs</i> <comment>(If you use the XFS file system)</comment>
170 -livecd conf.d # <i>emerge jfsutils</i> <comment>(If you use the JFS file system)</comment>
171 -livecd conf.d # <i>emerge reiserfsprogs</i> <comment>(If you use the Reiser file system)</comment>
172 -livecd conf.d # <i>emerge dhcpcd</i> <comment>(If you need a DHCP client)</comment>
173 -livecd conf.d # <i>emerge ppp</i> <comment>(If you need PPPoE ADSL connectivity)</comment>
174 +livecd conf.d # <i>emerge xfsprogs</i> <comment>(If you use the XFS file system)</comment>
175 +livecd conf.d # <i>emerge jfsutils</i> <comment>(If you use the JFS file system)</comment>
176 +livecd conf.d # <i>emerge reiserfsprogs</i> <comment>(If you use the Reiser file system)</comment>
177 +livecd conf.d # <i>emerge dhcpcd</i> <comment>(If you need a DHCP client)</comment>
178 +livecd conf.d # <i>emerge ppp</i> <comment>(If you need PPPoE ADSL connectivity)</comment>
179 </pre>
180
181 </body>
182
183
184
185 --
186 gentoo-doc-cvs@g.o mailing list