swift       13/08/15 08:25:48

  Modified:             hb-install-system.xml
  Log:
  Fix bug #466518 - No server subprofiles anymore

Revision  Changes    Path
1.136                xml/htdocs/doc/en/handbook/hb-install-system.xml

file : 
http://sources.gentoo.org/viewvc.cgi/gentoo/xml/htdocs/doc/en/handbook/hb-install-system.xml?rev=1.136&view=markup
plain: 
http://sources.gentoo.org/viewvc.cgi/gentoo/xml/htdocs/doc/en/handbook/hb-install-system.xml?rev=1.136&content-type=text/plain
diff : 
http://sources.gentoo.org/viewvc.cgi/gentoo/xml/htdocs/doc/en/handbook/hb-install-system.xml?r1=1.135&r2=1.136

Index: hb-install-system.xml
===================================================================
RCS file: /var/cvsroot/gentoo/xml/htdocs/doc/en/handbook/hb-install-system.xml,v
retrieving revision 1.135
retrieving revision 1.136
diff -u -r1.135 -r1.136
--- hb-install-system.xml       24 Jul 2013 21:04:25 -0000      1.135
+++ hb-install-system.xml       15 Aug 2013 08:25:48 -0000      1.136
@@ -4,7 +4,7 @@
 <!-- The content of this document is licensed under the CC-BY-SA license -->
 <!-- See http://creativecommons.org/licenses/by-sa/2.5 -->
 
-<!-- $Header: 
/var/cvsroot/gentoo/xml/htdocs/doc/en/handbook/hb-install-system.xml,v 1.135 
2013/07/24 21:04:25 swift Exp $ -->
+<!-- $Header: 
/var/cvsroot/gentoo/xml/htdocs/doc/en/handbook/hb-install-system.xml,v 1.136 
2013/08/15 08:25:48 swift Exp $ -->
 
 <sections>
 
@@ -14,8 +14,8 @@
 to progress to that state.
 </abstract>
 
-<version>27</version>
-<date>2013-07-24</date>
+<version>28</version>
+<date>2013-08-15</date>
 
 <section>
 <title>Chrooting</title>
@@ -265,16 +265,21 @@
 You can see what profile you are currently using with the following command:
 </p>
 
+<note>
+The output of the command below is just an example and evolves over time.
+</note>
+
 <pre caption="Verifying system profile">
 # <i>eselect profile list</i>
 Available profile symlink targets:
   [1]   <keyval id="profile"/> *
   [2]   <keyval id="profile"/>/desktop
-  [3]   <keyval id="profile"/>/server
+  [3]   <keyval id="profile"/>/desktop/gnome
+  [4]   <keyval id="profile"/>/desktop/kde
 </pre>
 
 <p>
-As you can see, there are also <c>desktop</c> and <c>server</c> subprofiles 
available for some
+As you can see, there are also <c>desktop</c> subprofiles available for some
 architectures. Running <c>eselect profile list</c> will show all available
 profiles.
 </p>
@@ -298,17 +303,19 @@
 Available profile symlink targets:
   [1]   <keyval id="profile"/> *
   [2]   <keyval id="profile"/>/desktop
-  [3]   <keyval id="profile"/>/no-multilib
-  [4]   <keyval id="profile"/>/server
+  [3]   <keyval id="profile"/>/desktop/gnome
+  [4]   <keyval id="profile"/>/desktop/kde
+  [5]   <keyval id="profile"/>/no-multilib
 <comment>(Choose the no-multilib profile)</comment>
-# <i>eselect profile set 3</i>
+# <i>eselect profile set 5</i>
 <comment>(Verify the change)</comment>
 # <i>eselect profile list</i>
 Available profile symlink targets:
   [1]   <keyval id="profile"/>
   [2]   <keyval id="profile"/>/desktop
-  [3]   <keyval id="profile"/>/no-multilib *
-  [4]   <keyval id="profile"/>/server
+  [3]   <keyval id="profile"/>/desktop/gnome
+  [4]   <keyval id="profile"/>/desktop/kde
+  [5]   <keyval id="profile"/>/no-multilib *
 </pre>
 
 <note>




Reply via email to