nightmorph 08/03/30 22:08:04 Modified: gentoo-x86-quickinstall-after-reboot.xml Log: parallel-fetch is activated by default for a few portage versions now, and other updates
Revision Changes Path 1.2 xml/htdocs/doc/en/gentoo-x86-quickinstall-after-reboot.xml file : http://sources.gentoo.org/viewcvs.py/gentoo/xml/htdocs/doc/en/gentoo-x86-quickinstall-after-reboot.xml?rev=1.2&view=markup plain: http://sources.gentoo.org/viewcvs.py/gentoo/xml/htdocs/doc/en/gentoo-x86-quickinstall-after-reboot.xml?rev=1.2&content-type=text/plain diff : http://sources.gentoo.org/viewcvs.py/gentoo/xml/htdocs/doc/en/gentoo-x86-quickinstall-after-reboot.xml?r1=1.1&r2=1.2 Index: gentoo-x86-quickinstall-after-reboot.xml =================================================================== RCS file: /var/cvsroot/gentoo/xml/htdocs/doc/en/gentoo-x86-quickinstall-after-reboot.xml,v retrieving revision 1.1 retrieving revision 1.2 diff -u -r1.1 -r1.2 --- gentoo-x86-quickinstall-after-reboot.xml 1 Jan 2008 21:32:30 -0000 1.1 +++ gentoo-x86-quickinstall-after-reboot.xml 30 Mar 2008 22:08:04 -0000 1.2 @@ -1,11 +1,11 @@ <?xml version='1.0' encoding="UTF-8"?> -<!-- $Header: /var/cvsroot/gentoo/xml/htdocs/doc/en/gentoo-x86-quickinstall-after-reboot.xml,v 1.1 2008/01/01 21:32:30 neysx Exp $ --> +<!-- $Header: /var/cvsroot/gentoo/xml/htdocs/doc/en/gentoo-x86-quickinstall-after-reboot.xml,v 1.2 2008/03/30 22:08:04 nightmorph Exp $ --> <!DOCTYPE included SYSTEM "/dtd/guide.dtd"> <included> -<version>1</version> -<date>2008-01-01</date> +<version>2</version> +<date>2008-03-30</date> <section id="after-reboot"> <title>Finalizing the Installation</title> @@ -91,6 +91,7 @@ <pre caption="Define locales"> mybox ~ # <i>cd /etc</i> mybox etc # <i>nano -w locale.gen</i> +mybox etc # <i>locale-gen</i> </pre> <p> @@ -104,8 +105,8 @@ <p> You may also want to switch to <b>~x86</b>. You should only do this if you can deal with the odd broken ebuild or package. If you'd rather keep your system -stable, don't add the <c>ACCEPT_KEYWORDS</c> variable. Adding -<c>FEATURES="parallel-fetch ccache"</c> is also a good idea. +stable, <e>don't</e> add the <c>ACCEPT_KEYWORDS</c> variable. Adding +<c>FEATURES="ccache"</c> is also a good idea. </p> <pre caption="Last edit of make.conf"> @@ -113,7 +114,7 @@ <comment>(Set -march to your CPU type in CFLAGS)</comment> CFLAGS="-O2 -march=<i>athlon-xp</i> -pipe" <comment>(Add the following line)</comment> -FEATURES="parallel-fetch ccache" +FEATURES="ccache" <comment>(Only add the following if you know what you're doing)</comment> ACCEPT_KEYWORDS="~x86" </pre> @@ -153,11 +154,11 @@ sys 36m31.472s <comment>(Remerge libtool to avoid further potential problems)</comment> -mybox etc # <i>emerge libtool</i> +mybox etc # <i>emerge --oneshot libtool</i> -<comment>(Update config files, make sure you <b>do not</b> let etc-update +<comment>(Update config files, make sure you <b>do not</b> let dispatch-conf update config files you have edited)</comment> -mybox etc # <i>etc-update</i> +mybox etc # <i>dispatch-conf</i> <comment>(If perl has been updated, you should run the perl-cleaner script)</comment> mybox etc # <i>time perl-cleaner all</i> -- [email protected] mailing list
