--- hb-install-system.xml.orig 2008-05-15 09:15:03.000000000 +0200 +++ hb-install-system.xml 2009-07-17 21:24:32.000000000 +0200 @@ -209,8 +209,9 @@

-# ls -FGg /etc/make.profile
-lrwxrwxrwx  1 48 Apr  8 18:51 /etc/make.profile -> ../usr/portage/profiles/
+# eselect profile show
+Current make.profile symlink:
+  
 

@@ -219,19 +220,18 @@

-There are also desktop and server subprofiles available for some -architectures. Look inside the 2008.0/ profile to see if there is -one available for your architecture. You may wish to view the desktop -profile's make.defaults to determine if it fits your needs. +There are also desktop and server subprofiles available +for some architectures. You may wish to view the desktop profile's +make.defaults to determine if it fits your needs.

-After viewing the available profiles for your architecture in -/usr/portage/profiles/, you can use a different one if you wish: +After viewing the available profiles using select profile list, +you can use a different one if you wish:

-# ln -snf /usr/portage/profiles/<profile name> /etc/make.profile
+# eselect profile set <profile>
 

@@ -240,7 +240,7 @@

-# ln -snf /usr/portage/profiles/default/linux/amd64/2008.0/no-multilib /etc/make.profile
+# eselect profile set default/linux/amd64/2008.0/no-multilib