nightmorph 10/07/12 23:23:37 Modified: gentoo-x86-quickinstall-after-reboot.xml Log: probably should not tell users to install ccache every time, so remove the suggestion from the quickinstall guide. bug 327945.
Revision Changes Path 1.4 xml/htdocs/doc/en/gentoo-x86-quickinstall-after-reboot.xml file : http://sources.gentoo.org/viewvc.cgi/gentoo/xml/htdocs/doc/en/gentoo-x86-quickinstall-after-reboot.xml?rev=1.4&view=markup plain: http://sources.gentoo.org/viewvc.cgi/gentoo/xml/htdocs/doc/en/gentoo-x86-quickinstall-after-reboot.xml?rev=1.4&content-type=text/plain diff : http://sources.gentoo.org/viewvc.cgi/gentoo/xml/htdocs/doc/en/gentoo-x86-quickinstall-after-reboot.xml?r1=1.3&r2=1.4 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.3 retrieving revision 1.4 diff -u -r1.3 -r1.4 --- gentoo-x86-quickinstall-after-reboot.xml 7 Jun 2010 08:59:39 -0000 1.3 +++ gentoo-x86-quickinstall-after-reboot.xml 12 Jul 2010 23:23:37 -0000 1.4 @@ -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.3 2010/06/07 08:59:39 nightmorph Exp $ --> +<!-- $Header: /var/cvsroot/gentoo/xml/htdocs/doc/en/gentoo-x86-quickinstall-after-reboot.xml,v 1.4 2010/07/12 23:23:37 nightmorph Exp $ --> <!DOCTYPE included SYSTEM "/dtd/guide.dtd"> <included> -<version>3</version> -<date>2010-06-07</date> +<version>4</version> +<date>2010-07-12</date> <section id="after-reboot"> <title>Finalizing the Installation</title> @@ -105,16 +105,13 @@ <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, <e>don't</e> add the <c>ACCEPT_KEYWORDS</c> variable. Adding -<c>FEATURES="ccache"</c> is also a good idea. +stable, <e>don't</e> add the <c>ACCEPT_KEYWORDS</c> variable. </p> <pre caption="Last edit of make.conf"> mybox etc # <i>nano -w make.conf</i> <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="ccache" <comment>(Only add the following if you know what you're doing)</comment> ACCEPT_KEYWORDS="~x86" </pre> @@ -139,9 +136,6 @@ </p> <pre caption="Update your packages"> -<comment>(Install ccache)</comment> -mybox etc # <i>emerge ccache</i> - <comment>(Please note that the switch to ~x86 causes many packages to be upgraded)</comment> mybox etc # <i>emerge -vpuD --newuse world</i> <comment>(Take a good look at the package list and their USE flags,