From: Daniel Meltzer <dmeltzer.gentoo@gmail.com>
To: gentoo-doc@lists.gentoo.org
Cc: Daniel Meltzer <dmeltzer.gentoo@gmail.com>
Subject: [gentoo-doc] [PATCH 3/3] Add selecting a profile, clean up old useflag options in the install kde/gnome section
Date: Thu, 17 Jan 2013 00:04:13 -0500 [thread overview]
Message-ID: <1358399053-8527-3-git-send-email-dmeltzer.gentoo@gmail.com> (raw)
In-Reply-To: <1358399053-8527-1-git-send-email-dmeltzer.gentoo@gmail.com>
---
.../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
next prev parent reply other threads:[~2013-01-17 5:06 UTC|newest]
Thread overview: 6+ messages / expand[flat|nested] mbox.gz Atom feed top
2013-01-17 5:04 [gentoo-doc] [PATCH 1/3] Bring gentoo-x86-quickinstall in line with many of the changes that have been made to the official handbook. It would probably make sense down the line to turn this into a 64 bit quickinstall guide, as that's rapidly becoming the common denominator for new users. This commit makes the following changes: Daniel Meltzer
2013-01-17 5:04 ` [gentoo-doc] [PATCH 2/3] Fix minor typo Daniel Meltzer
2013-01-17 5:04 ` Daniel Meltzer [this message]
2013-01-17 6:19 ` [gentoo-doc] [PATCH 1/3] Bring gentoo-x86-quickinstall in line with many of the changes that have been made to the official handbook. It would probably make sense down the line to turn this into a 64 bit quickinstall guide, as that's rapidly becoming the common denominator for new users. This commit makes the following changes: Joshua Saddler
2013-01-17 7:46 ` Sven Vermeulen
2013-01-17 23:08 ` [gentoo-doc] [PATCH 1/3] Bring gentoo-x86-quickinstall in line with many of the changes that have been made to the official handbook Daniel Meltzer
Reply instructions:
You may reply publicly to this message via plain-text email
using any one of the following methods:
* Save the following mbox file, import it into your mail client,
and reply-to-all from there: mbox
Avoid top-posting and favor interleaved quoting:
https://en.wikipedia.org/wiki/Posting_style#Interleaved_style
* Reply using the --to, --cc, and --in-reply-to
switches of git-send-email(1):
git send-email \
--in-reply-to=1358399053-8527-3-git-send-email-dmeltzer.gentoo@gmail.com \
--to=dmeltzer.gentoo@gmail.com \
--cc=gentoo-doc@lists.gentoo.org \
/path/to/YOUR_REPLY
https://kernel.org/pub/software/scm/git/docs/git-send-email.html
* If your mail client supports setting the In-Reply-To header
via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line
before the message body.
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox