Gentoo Archives: gentoo-doc-cvs

From: "Jan Kundrat (jkt)" <jkt@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: Wed, 16 Feb 2011 15:37:24
Message-Id: 20110216153712.27E4520054@flycatcher.gentoo.org
1 jkt 11/02/16 15:37:12
2
3 Modified: gentoo-x86-quickinstall-after-reboot.xml
4 Log:
5 Do not advocate disabling IPv6
6
7 Revision Changes Path
8 1.6 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.6&view=markup
11 plain: http://sources.gentoo.org/viewvc.cgi/gentoo/xml/htdocs/doc/en/gentoo-x86-quickinstall-after-reboot.xml?rev=1.6&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.5&r2=1.6
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.5
18 retrieving revision 1.6
19 diff -u -r1.5 -r1.6
20 --- gentoo-x86-quickinstall-after-reboot.xml 14 Oct 2010 06:14:35 -0000 1.5
21 +++ gentoo-x86-quickinstall-after-reboot.xml 16 Feb 2011 15:37:12 -0000 1.6
22 @@ -1,11 +1,11 @@
23 <?xml version='1.0' encoding="UTF-8"?>
24 <!DOCTYPE included SYSTEM "/dtd/guide.dtd">
25 -<!-- $Header: /var/cvsroot/gentoo/xml/htdocs/doc/en/gentoo-x86-quickinstall-after-reboot.xml,v 1.5 2010/10/14 06:14:35 nightmorph Exp $ -->
26 +<!-- $Header: /var/cvsroot/gentoo/xml/htdocs/doc/en/gentoo-x86-quickinstall-after-reboot.xml,v 1.6 2011/02/16 15:37:12 jkt Exp $ -->
27
28 <included>
29
30 -<version>5</version>
31 -<date>2010-10-13</date>
32 +<version>6</version>
33 +<date>2011-02-16</date>
34
35 <section id="after-reboot">
36 <title>Finalizing the Installation</title>
37 @@ -79,8 +79,8 @@
38 <pre caption="View USE flags in use and enable or disable some">
39 mybox ~ # <i>emerge -vpe world</i>
40 <comment>(Portage displays the packages and their USE flags, as an example, let's
41 -disable ipv6 and fortran, and enable unicode)</comment>
42 -mybox ~ # <i>echo 'USE="nptl nptlonly -ipv6 -fortran unicode"' >> /etc/make.conf</i>
43 +disable fortran, and enable ipv6 and unicode)</comment>
44 +mybox ~ # <i>echo 'USE="nptl nptlonly ipv6 -fortran unicode"' >> /etc/make.conf</i>
45 </pre>
46
47 <p>