neysx       07/05/08 08:00:27

  Modified:             gentoo-x86-quickinstall.xml
                        gentoo-x86+raid+lvm2-quickinstall.xml
  Log:
  Redo previous fixes

Revision  Changes    Path
1.75                 xml/htdocs/doc/en/gentoo-x86-quickinstall.xml

file : 
http://sources.gentoo.org/viewcvs.py/gentoo/xml/htdocs/doc/en/gentoo-x86-quickinstall.xml?rev=1.75&view=markup
plain: 
http://sources.gentoo.org/viewcvs.py/gentoo/xml/htdocs/doc/en/gentoo-x86-quickinstall.xml?rev=1.75&content-type=text/plain
diff : 
http://sources.gentoo.org/viewcvs.py/gentoo/xml/htdocs/doc/en/gentoo-x86-quickinstall.xml?r1=1.74&r2=1.75

Index: gentoo-x86-quickinstall.xml
===================================================================
RCS file: /var/cvsroot/gentoo/xml/htdocs/doc/en/gentoo-x86-quickinstall.xml,v
retrieving revision 1.74
retrieving revision 1.75
diff -u -r1.74 -r1.75
--- gentoo-x86-quickinstall.xml 7 May 2007 18:11:40 -0000       1.74
+++ gentoo-x86-quickinstall.xml 8 May 2007 08:00:27 -0000       1.75
@@ -1,5 +1,5 @@
 <?xml version='1.0' encoding="UTF-8"?>
-<!-- $Header: 
/var/cvsroot/gentoo/xml/htdocs/doc/en/gentoo-x86-quickinstall.xml,v 1.74 
2007/05/07 18:11:40 nightmorph Exp $ -->
+<!-- $Header: 
/var/cvsroot/gentoo/xml/htdocs/doc/en/gentoo-x86-quickinstall.xml,v 1.75 
2007/05/08 08:00:27 neysx Exp $ -->
 
 <!DOCTYPE guide SYSTEM "/dtd/guide.dtd">
 
@@ -25,8 +25,8 @@
 <!-- See http://creativecommons.org/licenses/by-sa/2.5 -->
 <license/>
 
-<version>17</version>
-<date>2007-05-07</date>
+<version>18</version>
+<date>2007-05-08</date>
 
 <chapter>
 <title>Introduction</title>
@@ -172,7 +172,7 @@
 
 <pre caption="Configure networking the manual way">
 livecd root # <i>ifconfig eth0 192.168.1.10/24</i>
-livecd root # <i>route add default via 192.168.1.1</i>
+livecd root # <i>route add default gw 192.168.1.1</i>
 livecd root # <i>echo nameserver 192.168.1.1 &gt; /etc/resolv.conf</i>
 </pre>
 
@@ -399,8 +399,7 @@
 <pre caption="Setting your timezone">
 livecd / # <i>ls /usr/share/zoneinfo</i>
 <comment>(Using Brussels as an example)</comment>
-livecd / # <i>nano -w /etc/conf.d/clock</i>
-TIMEZONE="Europe/Brussels"
+livecd / # <i>cp /usr/share/zoneinfo/Europe/Brussels /etc/localtime</i>
 
 livecd / # <i>date</i>
 Wed Mar  8 00:46:05 CET 2006
@@ -516,6 +515,16 @@
 </pre>
 
 <p>
+Edit <path>/etc/conf.d/clock</path> to define the time zone you used
+previously.
+</p>
+
+<pre caption="Edit /etc/conf.d/clock">
+livecd conf.d # <i>nano -w /etc/conf.d/clock</i>
+TIMEZONE="Europe/Brussels"
+</pre>
+
+<p>
 Check the system configuration in <path>/etc/rc.conf</path>,
 <path>/etc/conf.d/rc</path>, <path>/etc/conf.d/keymaps</path> and edit any of
 those files if required.
@@ -562,11 +571,11 @@
 </p>
 
 <pre caption="Install extra tools if required">
-livecd conf.d # <i>emerge xfsprogs</i>           <comment>(If you use the XFS 
file system)</comment>
-livecd conf.d # <i>emerge jfsutils</i>           <comment>(If you use the JFS 
file system)</comment>
-livecd conf.d # <i>emerge reiserfsprogs</i>      <comment>(If you use the 
Reiser file system)</comment>
-livecd conf.d # <i>emerge dhcpcd</i>             <comment>(If you need a DHCP 
client)</comment>
-livecd conf.d # <i>emerge ppp</i>  <comment>(If you need PPPoE ADSL 
connectivity)</comment>
+livecd conf.d # <i>emerge xfsprogs</i>       <comment>(If you use the XFS file 
system)</comment>
+livecd conf.d # <i>emerge jfsutils</i>       <comment>(If you use the JFS file 
system)</comment>
+livecd conf.d # <i>emerge reiserfsprogs</i>  <comment>(If you use the Reiser 
file system)</comment>
+livecd conf.d # <i>emerge dhcpcd</i>         <comment>(If you need a DHCP 
client)</comment>
+livecd conf.d # <i>emerge ppp</i>            <comment>(If you need PPPoE ADSL 
connectivity)</comment>
 </pre>
 
 </body>



1.14                 xml/htdocs/doc/en/gentoo-x86+raid+lvm2-quickinstall.xml

file : 
http://sources.gentoo.org/viewcvs.py/gentoo/xml/htdocs/doc/en/gentoo-x86+raid+lvm2-quickinstall.xml?rev=1.14&view=markup
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
diff : 
http://sources.gentoo.org/viewcvs.py/gentoo/xml/htdocs/doc/en/gentoo-x86+raid+lvm2-quickinstall.xml?r1=1.13&r2=1.14

Index: gentoo-x86+raid+lvm2-quickinstall.xml
===================================================================
RCS file: 
/var/cvsroot/gentoo/xml/htdocs/doc/en/gentoo-x86+raid+lvm2-quickinstall.xml,v
retrieving revision 1.13
retrieving revision 1.14
diff -u -r1.13 -r1.14
--- gentoo-x86+raid+lvm2-quickinstall.xml       7 May 2007 18:11:40 -0000       
1.13
+++ gentoo-x86+raid+lvm2-quickinstall.xml       8 May 2007 08:00:27 -0000       
1.14
@@ -1,5 +1,5 @@
 <?xml version='1.0' encoding="UTF-8"?>
-<!-- $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 $ -->
+<!-- $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 $ -->
 
 <!DOCTYPE guide SYSTEM "/dtd/guide.dtd">
 
@@ -25,8 +25,8 @@
 <!-- See http://creativecommons.org/licenses/by-sa/2.5 -->
 <license/>
 
-<version>8</version>
-<date>2007-05-07</date>
+<version>9</version>
+<date>2007-05-08</date>
 
 <chapter>
 <title>Introduction</title>
@@ -182,7 +182,7 @@
 
 <pre caption="Configure networking the manual way">
 livecd root # <i>ifconfig eth0 192.168.1.10/24</i>
-livecd root # <i>route add default via 192.168.1.1</i>
+livecd root # <i>route add default gw 192.168.1.1</i>
 livecd root # <i>echo nameserver 192.168.1.1 > /etc/resolv.conf</i>
 </pre>
 
@@ -621,8 +621,7 @@
 <pre caption="Setting your timezone">
 livecd / # <i>ls /usr/share/zoneinfo</i>
 <comment>(Using Brussels as an example)</comment>
-livecd / # <i>nano -w /etc/conf.d/clock</i>
-TIMEZONE="Europe/Brussels"
+livecd / # <i>cp /usr/share/zoneinfo/Europe/Brussels /etc/localtime</i>
 
 livecd / # <i>date</i>
 Wed Mar  8 00:46:05 CET 2006
@@ -768,6 +767,16 @@
 </pre>
 
 <p>
+Edit <path>/etc/conf.d/clock</path> to define the time zone you used
+previously.
+</p>
+
+<pre caption="Edit /etc/conf.d/clock">
+livecd conf.d # <i>nano -w /etc/conf.d/clock</i>
+TIMEZONE="Europe/Brussels"
+</pre>
+
+<p>
 Check the system configuration in <path>/etc/rc.conf</path>,
 <path>/etc/conf.d/rc</path>, <path>/etc/conf.d/keymaps</path> and edit any of
 those files if required.
@@ -822,11 +831,11 @@
 </p>
 
 <pre caption="Install extra tools if required">
-livecd conf.d # <i>emerge xfsprogs</i>           <comment>(If you use the XFS 
file system)</comment>
-livecd conf.d # <i>emerge jfsutils</i>           <comment>(If you use the JFS 
file system)</comment>
-livecd conf.d # <i>emerge reiserfsprogs</i>      <comment>(If you use the 
Reiser file system)</comment>
-livecd conf.d # <i>emerge dhcpcd</i>             <comment>(If you need a DHCP 
client)</comment>
-livecd conf.d # <i>emerge ppp</i>  <comment>(If you need PPPoE ADSL 
connectivity)</comment>
+livecd conf.d # <i>emerge xfsprogs</i>       <comment>(If you use the XFS file 
system)</comment>
+livecd conf.d # <i>emerge jfsutils</i>       <comment>(If you use the JFS file 
system)</comment>
+livecd conf.d # <i>emerge reiserfsprogs</i>  <comment>(If you use the Reiser 
file system)</comment>
+livecd conf.d # <i>emerge dhcpcd</i>         <comment>(If you need a DHCP 
client)</comment>
+livecd conf.d # <i>emerge ppp</i>            <comment>(If you need PPPoE ADSL 
connectivity)</comment>
 </pre>
 
 </body>



-- 
[EMAIL PROTECTED] mailing list

Reply via email to