--- hb-install-system.xml 2008-08-07 00:56:26.000000000 -0600 +++ hb-install-system.xml 2008-08-07 02:57:52.000000000 -0600 @@ -4,7 +4,7 @@ - + @@ -226,6 +226,37 @@

+Gentoo uses cascading profiles. Each file that defines base defaults for your +system, like make.defaults, packages, etc. can inherit the +contents of like files from parent directories. Files named parent +within the selected profile hierarchy specify which directories contain files +to use to assemble the final profile. Values specified in files from profile +sub-directories take precedence over values specified at a higher level. +

+ + +Do not edit the profile files directly. Gentoo provides other ways to +customize and extend these settings. + + +

+

+ +
+# pwd
+../usr/portage/profiles/
+# cat parent
+..
+../../../../releases/2008.0
+(Flat files from both of these directories will be combined, along
+with parents of parents and so on) 
+# ls ..
+(Omitted to simplify example)
+# ls ../../../../releases/2008.0
+make.defaults  packages  parent
+
+ +

After viewing the available profiles for your architecture in /usr/portage/profiles/, you can use a different one if you wish: