Gentoo Archives: gentoo-doc-cvs

From: "Sven Vermeulen (swift)" <swift@g.o>
To: gentoo-doc-cvs@l.g.o
Subject: [gentoo-doc-cvs] gentoo commit in xml/htdocs/doc/en/handbook: hb-install-system.xml
Date: Thu, 15 Aug 2013 08:25:55
Message-Id: 20130815082548.89ED52171C@flycatcher.gentoo.org
1 swift 13/08/15 08:25:48
2
3 Modified: hb-install-system.xml
4 Log:
5 Fix bug #466518 - No server subprofiles anymore
6
7 Revision Changes Path
8 1.136 xml/htdocs/doc/en/handbook/hb-install-system.xml
9
10 file : http://sources.gentoo.org/viewvc.cgi/gentoo/xml/htdocs/doc/en/handbook/hb-install-system.xml?rev=1.136&view=markup
11 plain: http://sources.gentoo.org/viewvc.cgi/gentoo/xml/htdocs/doc/en/handbook/hb-install-system.xml?rev=1.136&content-type=text/plain
12 diff : http://sources.gentoo.org/viewvc.cgi/gentoo/xml/htdocs/doc/en/handbook/hb-install-system.xml?r1=1.135&r2=1.136
13
14 Index: hb-install-system.xml
15 ===================================================================
16 RCS file: /var/cvsroot/gentoo/xml/htdocs/doc/en/handbook/hb-install-system.xml,v
17 retrieving revision 1.135
18 retrieving revision 1.136
19 diff -u -r1.135 -r1.136
20 --- hb-install-system.xml 24 Jul 2013 21:04:25 -0000 1.135
21 +++ hb-install-system.xml 15 Aug 2013 08:25:48 -0000 1.136
22 @@ -4,7 +4,7 @@
23 <!-- The content of this document is licensed under the CC-BY-SA license -->
24 <!-- See http://creativecommons.org/licenses/by-sa/2.5 -->
25
26 -<!-- $Header: /var/cvsroot/gentoo/xml/htdocs/doc/en/handbook/hb-install-system.xml,v 1.135 2013/07/24 21:04:25 swift Exp $ -->
27 +<!-- $Header: /var/cvsroot/gentoo/xml/htdocs/doc/en/handbook/hb-install-system.xml,v 1.136 2013/08/15 08:25:48 swift Exp $ -->
28
29 <sections>
30
31 @@ -14,8 +14,8 @@
32 to progress to that state.
33 </abstract>
34
35 -<version>27</version>
36 -<date>2013-07-24</date>
37 +<version>28</version>
38 +<date>2013-08-15</date>
39
40 <section>
41 <title>Chrooting</title>
42 @@ -265,16 +265,21 @@
43 You can see what profile you are currently using with the following command:
44 </p>
45
46 +<note>
47 +The output of the command below is just an example and evolves over time.
48 +</note>
49 +
50 <pre caption="Verifying system profile">
51 # <i>eselect profile list</i>
52 Available profile symlink targets:
53 [1] <keyval id="profile"/> *
54 [2] <keyval id="profile"/>/desktop
55 - [3] <keyval id="profile"/>/server
56 + [3] <keyval id="profile"/>/desktop/gnome
57 + [4] <keyval id="profile"/>/desktop/kde
58 </pre>
59
60 <p>
61 -As you can see, there are also <c>desktop</c> and <c>server</c> subprofiles available for some
62 +As you can see, there are also <c>desktop</c> subprofiles available for some
63 architectures. Running <c>eselect profile list</c> will show all available
64 profiles.
65 </p>
66 @@ -298,17 +303,19 @@
67 Available profile symlink targets:
68 [1] <keyval id="profile"/> *
69 [2] <keyval id="profile"/>/desktop
70 - [3] <keyval id="profile"/>/no-multilib
71 - [4] <keyval id="profile"/>/server
72 + [3] <keyval id="profile"/>/desktop/gnome
73 + [4] <keyval id="profile"/>/desktop/kde
74 + [5] <keyval id="profile"/>/no-multilib
75 <comment>(Choose the no-multilib profile)</comment>
76 -# <i>eselect profile set 3</i>
77 +# <i>eselect profile set 5</i>
78 <comment>(Verify the change)</comment>
79 # <i>eselect profile list</i>
80 Available profile symlink targets:
81 [1] <keyval id="profile"/>
82 [2] <keyval id="profile"/>/desktop
83 - [3] <keyval id="profile"/>/no-multilib *
84 - [4] <keyval id="profile"/>/server
85 + [3] <keyval id="profile"/>/desktop/gnome
86 + [4] <keyval id="profile"/>/desktop/kde
87 + [5] <keyval id="profile"/>/no-multilib *
88 </pre>
89
90 <note>