Gentoo Archives: gentoo-doc-cvs

From: Joshua Saddler <nightmorph@××××××××××××.org>
To: gentoo-doc-cvs@l.g.o
Subject: [gentoo-doc-cvs] cvs commit: gentoo-x86-quickinstall-after-reboot.xml
Date: Sun, 30 Mar 2008 22:08:10
Message-Id: E1Jg5h6-0000C8-OS@stork.gentoo.org
1 nightmorph 08/03/30 22:08:04
2
3 Modified: gentoo-x86-quickinstall-after-reboot.xml
4 Log:
5 parallel-fetch is activated by default for a few portage versions now, and other updates
6
7 Revision Changes Path
8 1.2 xml/htdocs/doc/en/gentoo-x86-quickinstall-after-reboot.xml
9
10 file : http://sources.gentoo.org/viewcvs.py/gentoo/xml/htdocs/doc/en/gentoo-x86-quickinstall-after-reboot.xml?rev=1.2&view=markup
11 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
12 diff : http://sources.gentoo.org/viewcvs.py/gentoo/xml/htdocs/doc/en/gentoo-x86-quickinstall-after-reboot.xml?r1=1.1&r2=1.2
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.1
18 retrieving revision 1.2
19 diff -u -r1.1 -r1.2
20 --- gentoo-x86-quickinstall-after-reboot.xml 1 Jan 2008 21:32:30 -0000 1.1
21 +++ gentoo-x86-quickinstall-after-reboot.xml 30 Mar 2008 22:08:04 -0000 1.2
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.1 2008/01/01 21:32:30 neysx Exp $ -->
25 +<!-- $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 $ -->
26 <!DOCTYPE included SYSTEM "/dtd/guide.dtd">
27
28 <included>
29
30 -<version>1</version>
31 -<date>2008-01-01</date>
32 +<version>2</version>
33 +<date>2008-03-30</date>
34
35 <section id="after-reboot">
36 <title>Finalizing the Installation</title>
37 @@ -91,6 +91,7 @@
38 <pre caption="Define locales">
39 mybox ~ # <i>cd /etc</i>
40 mybox etc # <i>nano -w locale.gen</i>
41 +mybox etc # <i>locale-gen</i>
42 </pre>
43
44 <p>
45 @@ -104,8 +105,8 @@
46 <p>
47 You may also want to switch to <b>~x86</b>. You should only do this if you can
48 deal with the odd broken ebuild or package. If you'd rather keep your system
49 -stable, don't add the <c>ACCEPT_KEYWORDS</c> variable. Adding
50 -<c>FEATURES="parallel-fetch ccache"</c> is also a good idea.
51 +stable, <e>don't</e> add the <c>ACCEPT_KEYWORDS</c> variable. Adding
52 +<c>FEATURES="ccache"</c> is also a good idea.
53 </p>
54
55 <pre caption="Last edit of make.conf">
56 @@ -113,7 +114,7 @@
57 <comment>(Set -march to your CPU type in CFLAGS)</comment>
58 CFLAGS="-O2 -march=<i>athlon-xp</i> -pipe"
59 <comment>(Add the following line)</comment>
60 -FEATURES="parallel-fetch ccache"
61 +FEATURES="ccache"
62 <comment>(Only add the following if you know what you're doing)</comment>
63 ACCEPT_KEYWORDS="~x86"
64 </pre>
65 @@ -153,11 +154,11 @@
66 sys 36m31.472s
67
68 <comment>(Remerge libtool to avoid further potential problems)</comment>
69 -mybox etc # <i>emerge libtool</i>
70 +mybox etc # <i>emerge --oneshot libtool</i>
71
72 -<comment>(Update config files, make sure you <b>do not</b> let etc-update
73 +<comment>(Update config files, make sure you <b>do not</b> let dispatch-conf
74 update config files you have edited)</comment>
75 -mybox etc # <i>etc-update</i>
76 +mybox etc # <i>dispatch-conf</i>
77
78 <comment>(If perl has been updated, you should run the perl-cleaner script)</comment>
79 mybox etc # <i>time perl-cleaner all</i>
80
81
82
83 --
84 gentoo-doc-cvs@l.g.o mailing list