Gentoo Archives: gentoo-doc

From: Daniel Meltzer <dmeltzer.gentoo@×××××.com>
To: gentoo-doc@l.g.o
Cc: Daniel Meltzer <dmeltzer.gentoo@×××××.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 05:06:08
Message-Id: 1358399053-8527-3-git-send-email-dmeltzer.gentoo@gmail.com
In Reply to: [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: by Daniel Meltzer
1 ---
2 .../en/gentoo-x86-quickinstall-after-reboot.xml | 6 ++--
3 .../doc/en/gentoo-x86-quickinstall-stage.xml | 35 ++++++++++++++++++++++
4 2 files changed, 37 insertions(+), 4 deletions(-)
5
6 diff --git a/xml/htdocs/doc/en/gentoo-x86-quickinstall-after-reboot.xml b/xml/htdocs/doc/en/gentoo-x86-quickinstall-after-reboot.xml
7 index 9de2520..2dad931 100644
8 --- a/xml/htdocs/doc/en/gentoo-x86-quickinstall-after-reboot.xml
9 +++ b/xml/htdocs/doc/en/gentoo-x86-quickinstall-after-reboot.xml
10 @@ -194,8 +194,7 @@ mybox etc # <i>emerge -vp gnome</i>
11 then edit make.conf if required.</comment>
12 mybox etc # <i>nano -w /etc/portage/make.conf</i>
13 <comment>(The following USE flags have been defined)</comment>
14 -USE="nptl nptlonly -ipv6 -fortran unicode svg hal dbus \
15 - -kde -qt4 -arts -eds -esd gnome gstreamer gtk firefox"
16 +USE="-fortran dbus -kde -qt4 -eds "
17
18 mybox etc # <i>time emerge gnome</i>
19 <comment>(326 packages have been emerged)</comment>
20 @@ -211,8 +210,7 @@ mybox etc # <i>emerge -vp kde-meta</i>
21 then edit make.conf if required.</comment>
22 mybox etc # <i>nano -w /etc/portage/make.conf</i>
23 <comment>The following USE flags have been defined)</comment>
24 -USE="nptl nptlonly -ipv6 -fortran unicode svg hal dbus \
25 - kde qt4 -arts -eds -esd -gnome -gstreamer -gtk -firefox"
26 +USE="-fortran -eds -gnome -gstreamer -gtk -firefox"
27
28 mybox etc # <i>time emerge kde-meta</i>
29 <comment>(391 packages have been emerged)</comment>
30 diff --git a/xml/htdocs/doc/en/gentoo-x86-quickinstall-stage.xml b/xml/htdocs/doc/en/gentoo-x86-quickinstall-stage.xml
31 index a73e214..15fcabf 100644
32 --- a/xml/htdocs/doc/en/gentoo-x86-quickinstall-stage.xml
33 +++ b/xml/htdocs/doc/en/gentoo-x86-quickinstall-stage.xml
34 @@ -109,6 +109,41 @@ Wed Mar 8 00:46:05 CET 2006
35 </body>
36 </section>
37 <section>
38 +<title>Select your profile</title>
39 +<body>
40 +
41 +<p>
42 +Choose your profile using eselect. This is an example of the output you might
43 +see.
44 +</p>
45 +
46 +<pre caption="Verifying System Profile">
47 +livecd / # <i>eselect profile list</i>
48 +Available profile symlink targets:
49 + [1] default/linux/x86/10.0 *
50 + [2] default/linux/x86/10.0/desktop
51 + [3] default/linux/x86/10.0/desktop/gnome
52 + [4] default/linux/x86/10.0/server
53 +</pre>
54 +
55 +<p>
56 +Choose the appropriate profile. Keep in mind that default USE flags are
57 +determined based on the profile you pick.
58 +</p>
59 +
60 +<pre caption="Changing Profile">
61 +livecd / # <i>eselect profile set 2</i>
62 +</pre>
63 +
64 +<note>
65 +The <c>developer</c> subprofile is specifically for Gentoo Linux development
66 +tasks. It is <e>not</e> meant to help you set up your general development
67 +environments.
68 +</note>
69 +
70 +</body>
71 +</section>
72 +<section>
73 <title>Set your host name and domain name</title>
74 <body>
75
76 --
77 1.7.12.4