Gentoo Archives: gentoo-doc-cvs

From: Josh Saddler <nightmorph@×××××××××××.org>
To: gentoo-doc-cvs@l.g.o
Subject: [gentoo-doc-cvs] cvs commit: gentoo-x86-quickinstall.xml
Date: Thu, 31 Aug 2006 01:41:08
Message-Id: 20060831014058.2E69D6400B@smtp.gentoo.org
1 nightmorph 06/08/31 01:40:57
2
3 Modified: gentoo-x86-quickinstall.xml
4 Log:
5 Updated quickinstall guide for bug 140348 and for 2006.1
6
7 Revision Changes Path
8 1.59 xml/htdocs/doc/en/gentoo-x86-quickinstall.xml
9
10 file : http://sources.gentoo.org/viewcvs.py/gentoo/xml/htdocs/doc/en/gentoo-x86-quickinstall.xml?rev=1.59&view=markup
11 plain: http://sources.gentoo.org/viewcvs.py/gentoo/xml/htdocs/doc/en/gentoo-x86-quickinstall.xml?rev=1.59&content-type=text/plain
12 diff : http://sources.gentoo.org/viewcvs.py/gentoo/xml/htdocs/doc/en/gentoo-x86-quickinstall.xml?r1=1.58&r2=1.59
13
14 Index: gentoo-x86-quickinstall.xml
15 ===================================================================
16 RCS file: /var/cvsroot/gentoo/xml/htdocs/doc/en/gentoo-x86-quickinstall.xml,v
17 retrieving revision 1.58
18 retrieving revision 1.59
19 diff -u -r1.58 -r1.59
20 --- gentoo-x86-quickinstall.xml 29 Jun 2006 14:02:43 -0000 1.58
21 +++ gentoo-x86-quickinstall.xml 31 Aug 2006 01:40:57 -0000 1.59
22 @@ -1,5 +1,5 @@
23 <?xml version='1.0' encoding="UTF-8"?>
24 -<!-- $Header: /var/cvsroot/gentoo/xml/htdocs/doc/en/gentoo-x86-quickinstall.xml,v 1.58 2006/06/29 14:02:43 rane Exp $ -->
25 +<!-- $Header: /var/cvsroot/gentoo/xml/htdocs/doc/en/gentoo-x86-quickinstall.xml,v 1.59 2006/08/31 01:40:57 nightmorph Exp $ -->
26
27 <!DOCTYPE guide SYSTEM "/dtd/guide.dtd">
28
29 @@ -25,8 +25,8 @@
30 <!-- See http://creativecommons.org/licenses/by-sa/2.5 -->
31 <license/>
32
33 -<version>5</version>
34 -<date>2006-06-29</date>
35 +<version>6</version>
36 +<date>2006-08-30</date>
37
38 <chapter>
39 <title>Introduction</title>
40 @@ -78,7 +78,7 @@
41 <path>releases/x86/&lt;release&gt;/livecd</path>. The <e>minimal</e>
42 installation CD is only useful for Internet-based installations. You can use
43 the <e>LiveCD</e> to perform a networkless installation as documented in the
44 -<uri link="/doc/en/handbook/2006.0/handbook-x86.xml">2006.0 x86 installation
45 +<uri link="/doc/en/handbook/2006.1/handbook-x86.xml">2006.1 x86 installation
46 handbook</uri>. The minimal CD is recommended.
47 </p>
48
49 @@ -144,7 +144,7 @@
50 If your network does not work already, you can use <c>net-setup</c> to configure
51 your network. You might need to load support for your network card using
52 <c>modprobe</c> prior to the configuration. If you have ADSL, use
53 -<c>adsl-setup</c> and <c>adsl-start</c>. For PPTP support, first edit
54 +<c>pppoe-setup</c> and <c>pppoe-start</c>. For PPTP support, first edit
55 <path>/etc/ppp/chap-secrets</path> and <path>/etc/ppp/options.pptp</path> and
56 then use <c>pptp &lt;server&nbsp;ip&gt;</c>.
57 </p>
58 @@ -173,7 +173,7 @@
59 <pre caption="Configure networking the manual way">
60 livecd root # <i>ifconfig eth0 192.168.1.10/24</i>
61 livecd root # <i>route add default gw 192.168.1.1</i>
62 -livecd root # <i>echo nameserver 192.168.1.1 > /etc/resolv.conf</i>
63 +livecd root # <i>echo nameserver 192.168.1.1 &gt; /etc/resolv.conf</i>
64 </pre>
65
66 <p>
67 @@ -325,12 +325,12 @@
68 livecd ~ # <i>cd /mnt/gentoo</i>
69 livecd gentoo # <i>links http://www.gentoo.org/main/en/mirrors.xml</i>
70 <comment>(Pick a mirror, move to the releases/x86/current/stages directory
71 -highlight the stage3 of your choice, probably stage3-i686-2006.0.tar.bz2
72 +highlight the stage3 of your choice, probably stage3-i686-2006.1.tar.bz2
73 and press D to download it)</comment>
74
75 <comment>(<b>Or</b> download it directly with wget without choosing a nearby mirror)</comment>
76 livecd ~ # <i>cd /mnt/gentoo</i>
77 -livecd gentoo # <i>wget http://gentoo.osuosl.org/releases/x86/current/stages/stage3-i686-2006.0.tar.bz2</i>
78 +livecd gentoo # <i>wget http://gentoo.osuosl.org/releases/x86/current/stages/stage3-i686-2006.1.tar.bz2</i>
79 </pre>
80
81 <pre caption="Unpack the stage3 archive">
82 @@ -805,9 +805,12 @@
83 <p>
84 You might want to recompile your whole system twice to make full use of your
85 latest configuration changes. It would take quite a long time to complete and
86 -yield minimal speed benefits. It is recommended that you let your system
87 -optimise itself gradually over time when new versions of packages are
88 -released.
89 +yield minimal speed benefits. You can let your system optimise itself gradually
90 +over time when new versions of packages are released. However, recompiling is
91 +a still good idea from the standpoint of maintaining system consistency. Please
92 +see the <uri link="/doc/en/gcc-upgrading.xml">Gentoo GCC Upgrading Guide</uri>
93 +for a discussion on the benefits of ensuring a consistently built system and
94 +world.
95 </p>
96
97 <p>
98
99
100
101 --
102 gentoo-doc-cvs@g.o mailing list