From: Xavier Neys <neysx@stork.gentoo.org>
To: gentoo-doc-cvs@lists.gentoo.org
Subject: [gentoo-doc-cvs] cvs commit: gentoo-x86-quickinstall.xml gentoo-x86+raid+lvm2-quickinstall.xml
Date: Tue, 08 May 2007 08:00:27 +0000 [thread overview]
Message-ID: <E1HlKcV-0002FA-OU@stork.gentoo.org> (raw)
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 > /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>
--
gentoo-doc-cvs@gentoo.org mailing list
next reply other threads:[~2007-05-08 8:00 UTC|newest]
Thread overview: 5+ messages / expand[flat|nested] mbox.gz Atom feed top
2007-05-08 8:00 Xavier Neys [this message]
-- strict thread matches above, loose matches on Subject: below --
2007-04-11 10:17 [gentoo-doc-cvs] cvs commit: gentoo-x86-quickinstall.xml gentoo-x86+raid+lvm2-quickinstall.xml Xavier Neys
2007-02-15 16:18 Xavier Neys
2006-09-25 9:40 Xavier Neys
2006-05-27 13:16 Xavier Neys
Reply instructions:
You may reply publicly to this message via plain-text email
using any one of the following methods:
* Save the following mbox file, import it into your mail client,
and reply-to-all from there: mbox
Avoid top-posting and favor interleaved quoting:
https://en.wikipedia.org/wiki/Posting_style#Interleaved_style
* Reply using the --to, --cc, and --in-reply-to
switches of git-send-email(1):
git send-email \
--in-reply-to=E1HlKcV-0002FA-OU@stork.gentoo.org \
--to=neysx@stork.gentoo.org \
--cc=docs-team@lists.gentoo.org \
--cc=gentoo-doc-cvs@lists.gentoo.org \
/path/to/YOUR_REPLY
https://kernel.org/pub/software/scm/git/docs/git-send-email.html
* If your mail client supports setting the In-Reply-To header
via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line
before the message body.
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox