[PATCH 3/3] Add selecting a profile, clean up old useflag options in the install kde/gnome section

Daniel Meltzer <[email protected]> Thu, 17 Jan 2013 00:04:13 -0500
Newsgroups gmane.linux.gentoo.documentation
Message-ID <[email protected]>
---
 .../en/gentoo-x86-quickinstall-after-reboot.xml    |  6 ++--
 .../doc/en/gentoo-x86-quickinstall-stage.xml       | 35 ++++++++++++++++++++++
 2 files changed, 37 insertions(+), 4 deletions(-)

diff --git a/xml/htdocs/doc/en/gentoo-x86-quickinstall-after-reboot.xml b/xml/htdocs/doc/en/gentoo-x86-quickinstall-after-reboot.xml
index 9de2520..2dad931 100644
--- a/xml/htdocs/doc/en/gentoo-x86-quickinstall-after-reboot.xml
+++ b/xml/htdocs/doc/en/gentoo-x86-quickinstall-after-reboot.xml
@@ -194,8 +194,7 @@ mybox etc # <i>emerge -vp gnome</i>
 then edit make.conf if required.</comment>
 mybox etc # <i>nano -w /etc/portage/make.conf</i>
 <comment>(The following USE flags have been defined)</comment>
-USE="nptl nptlonly -ipv6 -fortran unicode svg hal dbus \
-     -kde -qt4 -arts -eds -esd gnome gstreamer gtk firefox"
+USE="-fortran dbus -kde -qt4 -eds "
 
 mybox etc # <i>time emerge gnome</i>
 <comment>(326 packages have been emerged)</comment>
@@ -211,8 +210,7 @@ mybox etc # <i>emerge -vp kde-meta</i>
 then edit make.conf if required.</comment>
 mybox etc # <i>nano -w /etc/portage/make.conf</i>
 <comment>The following USE flags have been defined)</comment>
-USE="nptl nptlonly -ipv6 -fortran unicode svg hal dbus \
-     kde qt4 -arts -eds -esd -gnome -gstreamer -gtk -firefox"
+USE="-fortran -eds -gnome -gstreamer -gtk -firefox"
 
 mybox etc # <i>time emerge kde-meta</i>
 <comment>(391 packages have been emerged)</comment>
diff --git a/xml/htdocs/doc/en/gentoo-x86-quickinstall-stage.xml b/xml/htdocs/doc/en/gentoo-x86-quickinstall-stage.xml
index a73e214..15fcabf 100644
--- a/xml/htdocs/doc/en/gentoo-x86-quickinstall-stage.xml
+++ b/xml/htdocs/doc/en/gentoo-x86-quickinstall-stage.xml
@@ -109,6 +109,41 @@ Wed Mar  8 00:46:05 CET 2006
 </body>
 </section>
 <section>
+<title>Select your profile</title>
+<body>
+
+<p>
+Choose your profile using eselect. This is an example of the output you might 
+see.
+</p>
+
+<pre caption="Verifying System Profile">
+livecd / # <i>eselect profile list</i>
+Available profile symlink targets:
+  [1]    default/linux/x86/10.0 *
+  [2]    default/linux/x86/10.0/desktop
+  [3]    default/linux/x86/10.0/desktop/gnome
+  [4]    default/linux/x86/10.0/server
+</pre>
+
+<p>
+Choose the appropriate profile.  Keep in mind that default USE flags are 
+determined based on the profile you pick.
+</p>
+
+<pre caption="Changing Profile">
+livecd / # <i>eselect profile set 2</i>
+</pre>
+
+<note>
+The <c>developer</c> subprofile is specifically for Gentoo Linux development
+tasks. It is <e>not</e> meant to help you set up your general development 
+environments.
+</note>
+
+</body>
+</section>
+<section>
 <title>Set your host name and domain name</title>
 <body>
 
-- 
1.7.12.4