jkt 11/02/16 15:37:12 Modified: gentoo-x86-quickinstall-after-reboot.xml Log: Do not advocate disabling IPv6
Revision Changes Path 1.6 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.6&view=markup 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 diff : http://sources.gentoo.org/viewvc.cgi/gentoo/xml/htdocs/doc/en/gentoo-x86-quickinstall-after-reboot.xml?r1=1.5&r2=1.6 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.5 retrieving revision 1.6 diff -u -r1.5 -r1.6 --- gentoo-x86-quickinstall-after-reboot.xml 14 Oct 2010 06:14:35 -0000 1.5 +++ gentoo-x86-quickinstall-after-reboot.xml 16 Feb 2011 15:37:12 -0000 1.6 @@ -1,11 +1,11 @@ <?xml version='1.0' encoding="UTF-8"?> <!DOCTYPE included SYSTEM "/dtd/guide.dtd"> -<!-- $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 $ --> +<!-- $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 $ --> <included> -<version>5</version> -<date>2010-10-13</date> +<version>6</version> +<date>2011-02-16</date> <section id="after-reboot"> <title>Finalizing the Installation</title> @@ -79,8 +79,8 @@ <pre caption="View USE flags in use and enable or disable some"> mybox ~ # <i>emerge -vpe world</i> <comment>(Portage displays the packages and their USE flags, as an example, let's -disable ipv6 and fortran, and enable unicode)</comment> -mybox ~ # <i>echo 'USE="nptl nptlonly -ipv6 -fortran unicode"' >> /etc/make.conf</i> +disable fortran, and enable ipv6 and unicode)</comment> +mybox ~ # <i>echo 'USE="nptl nptlonly ipv6 -fortran unicode"' >> /etc/make.conf</i> </pre> <p>