Gentoo Archives: gentoo-doc-cvs

From: "Joshua Saddler (nightmorph)" <nightmorph@g.o>
To: gentoo-doc-cvs@l.g.o
Subject: [gentoo-doc-cvs] gentoo commit in xml/htdocs/doc/en: gentoo-x86-quickinstall-after-reboot.xml
Date: Mon, 12 Jul 2010 23:23:47
Message-Id: 20100712232337.DA1802CE14@corvid.gentoo.org
1 nightmorph 10/07/12 23:23:37
2
3 Modified: gentoo-x86-quickinstall-after-reboot.xml
4 Log:
5 probably should not tell users to install ccache every time, so remove the suggestion from the quickinstall guide. bug 327945.
6
7 Revision Changes Path
8 1.4 xml/htdocs/doc/en/gentoo-x86-quickinstall-after-reboot.xml
9
10 file : http://sources.gentoo.org/viewvc.cgi/gentoo/xml/htdocs/doc/en/gentoo-x86-quickinstall-after-reboot.xml?rev=1.4&view=markup
11 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
12 diff : http://sources.gentoo.org/viewvc.cgi/gentoo/xml/htdocs/doc/en/gentoo-x86-quickinstall-after-reboot.xml?r1=1.3&r2=1.4
13
14 Index: gentoo-x86-quickinstall-after-reboot.xml
15 ===================================================================
16 RCS file: /var/cvsroot/gentoo/xml/htdocs/doc/en/gentoo-x86-quickinstall-after-reboot.xml,v
17 retrieving revision 1.3
18 retrieving revision 1.4
19 diff -u -r1.3 -r1.4
20 --- gentoo-x86-quickinstall-after-reboot.xml 7 Jun 2010 08:59:39 -0000 1.3
21 +++ gentoo-x86-quickinstall-after-reboot.xml 12 Jul 2010 23:23:37 -0000 1.4
22 @@ -1,11 +1,11 @@
23 <?xml version='1.0' encoding="UTF-8"?>
24 -<!-- $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 $ -->
25 +<!-- $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 $ -->
26 <!DOCTYPE included SYSTEM "/dtd/guide.dtd">
27
28 <included>
29
30 -<version>3</version>
31 -<date>2010-06-07</date>
32 +<version>4</version>
33 +<date>2010-07-12</date>
34
35 <section id="after-reboot">
36 <title>Finalizing the Installation</title>
37 @@ -105,16 +105,13 @@
38 <p>
39 You may also want to switch to <b>~x86</b>. You should only do this if you can
40 deal with the odd broken ebuild or package. If you'd rather keep your system
41 -stable, <e>don't</e> add the <c>ACCEPT_KEYWORDS</c> variable. Adding
42 -<c>FEATURES="ccache"</c> is also a good idea.
43 +stable, <e>don't</e> add the <c>ACCEPT_KEYWORDS</c> variable.
44 </p>
45
46 <pre caption="Last edit of make.conf">
47 mybox etc # <i>nano -w make.conf</i>
48 <comment>(Set -march to your CPU type in CFLAGS)</comment>
49 CFLAGS="-O2 -march=<i>athlon-xp</i> -pipe"
50 -<comment>(Add the following line)</comment>
51 -FEATURES="ccache"
52 <comment>(Only add the following if you know what you're doing)</comment>
53 ACCEPT_KEYWORDS="~x86"
54 </pre>
55 @@ -139,9 +136,6 @@
56 </p>
57
58 <pre caption="Update your packages">
59 -<comment>(Install ccache)</comment>
60 -mybox etc # <i>emerge ccache</i>
61 -
62 <comment>(Please note that the switch to ~x86 causes many packages to be upgraded)</comment>
63 mybox etc # <i>emerge -vpuD --newuse world</i>
64 <comment>(Take a good look at the package list and their USE flags,