nightmorph 06/08/31 01:40:57 Modified: gentoo-x86-quickinstall.xml Log: Updated quickinstall guide for bug 140348 and for 2006.1
Revision Changes Path 1.59 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.59&view=markup plain: http://sources.gentoo.org/viewcvs.py/gentoo/xml/htdocs/doc/en/gentoo-x86-quickinstall.xml?rev=1.59&content-type=text/plain diff : http://sources.gentoo.org/viewcvs.py/gentoo/xml/htdocs/doc/en/gentoo-x86-quickinstall.xml?r1=1.58&r2=1.59 Index: gentoo-x86-quickinstall.xml =================================================================== RCS file: /var/cvsroot/gentoo/xml/htdocs/doc/en/gentoo-x86-quickinstall.xml,v retrieving revision 1.58 retrieving revision 1.59 diff -u -r1.58 -r1.59 --- gentoo-x86-quickinstall.xml 29 Jun 2006 14:02:43 -0000 1.58 +++ gentoo-x86-quickinstall.xml 31 Aug 2006 01:40:57 -0000 1.59 @@ -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.58 2006/06/29 14:02:43 rane Exp $ --> +<!-- $Header: /var/cvsroot/gentoo/xml/htdocs/doc/en/gentoo-x86-quickinstall.xml,v 1.59 2006/08/31 01:40:57 nightmorph Exp $ --> <!DOCTYPE guide SYSTEM "/dtd/guide.dtd"> @@ -25,8 +25,8 @@ <!-- See http://creativecommons.org/licenses/by-sa/2.5 --> <license/> -<version>5</version> -<date>2006-06-29</date> +<version>6</version> +<date>2006-08-30</date> <chapter> <title>Introduction</title> @@ -78,7 +78,7 @@ <path>releases/x86/<release>/livecd</path>. The <e>minimal</e> installation CD is only useful for Internet-based installations. You can use the <e>LiveCD</e> to perform a networkless installation as documented in the -<uri link="/doc/en/handbook/2006.0/handbook-x86.xml">2006.0 x86 installation +<uri link="/doc/en/handbook/2006.1/handbook-x86.xml">2006.1 x86 installation handbook</uri>. The minimal CD is recommended. </p> @@ -144,7 +144,7 @@ If your network does not work already, you can use <c>net-setup</c> to configure your network. You might need to load support for your network card using <c>modprobe</c> prior to the configuration. If you have ADSL, use -<c>adsl-setup</c> and <c>adsl-start</c>. For PPTP support, first edit +<c>pppoe-setup</c> and <c>pppoe-start</c>. For PPTP support, first edit <path>/etc/ppp/chap-secrets</path> and <path>/etc/ppp/options.pptp</path> and then use <c>pptp <server ip></c>. </p> @@ -173,7 +173,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 gw 192.168.1.1</i> -livecd root # <i>echo nameserver 192.168.1.1 > /etc/resolv.conf</i> +livecd root # <i>echo nameserver 192.168.1.1 > /etc/resolv.conf</i> </pre> <p> @@ -325,12 +325,12 @@ livecd ~ # <i>cd /mnt/gentoo</i> livecd gentoo # <i>links http://www.gentoo.org/main/en/mirrors.xml</i> <comment>(Pick a mirror, move to the releases/x86/current/stages directory -highlight the stage3 of your choice, probably stage3-i686-2006.0.tar.bz2 +highlight the stage3 of your choice, probably stage3-i686-2006.1.tar.bz2 and press D to download it)</comment> <comment>(<b>Or</b> download it directly with wget without choosing a nearby mirror)</comment> livecd ~ # <i>cd /mnt/gentoo</i> -livecd gentoo # <i>wget http://gentoo.osuosl.org/releases/x86/current/stages/stage3-i686-2006.0.tar.bz2</i> +livecd gentoo # <i>wget http://gentoo.osuosl.org/releases/x86/current/stages/stage3-i686-2006.1.tar.bz2</i> </pre> <pre caption="Unpack the stage3 archive"> @@ -805,9 +805,12 @@ <p> You might want to recompile your whole system twice to make full use of your latest configuration changes. It would take quite a long time to complete and -yield minimal speed benefits. It is recommended that you let your system -optimise itself gradually over time when new versions of packages are -released. +yield minimal speed benefits. You can let your system optimise itself gradually +over time when new versions of packages are released. However, recompiling is +a still good idea from the standpoint of maintaining system consistency. Please +see the <uri link="/doc/en/gcc-upgrading.xml">Gentoo GCC Upgrading Guide</uri> +for a discussion on the benefits of ensuring a consistently built system and +world. </p> <p> -- [email protected] mailing list
