Profiles

Profiles are the default settings for:

Open the upgrading guide https://wiki.gentoo.org/wiki/Upgrading_Gentoo and see what to do. There is also a description in https://wiki.gentoo.org/wiki/Profile.

eselect deals with the profiles:

eselect profile list shows all profiles available and

eselect profile set <number> lets change (update) to an other profile.

It modifies where the link /etc/portage/make.profile (previous /etc/make.profile) pointing to the selected profile.

Cascaded profiles are used that include other files and directories.

Figure 14.1. Cascading profiles

profile


There are also sub profiles as desktop/plasma desktop is the profile and plasma the sub profile. Sub profile directories are just relevant if the profile selected contains a sub profile otherwise they get ignored.

The following files appear in a profile

The results of the global settings as use flags and other environmental variables can be observed by emerge --info (not emerge info, this would emerge the info package)

The result of the package useflag settings can be observed by emerge -pv <package>


Linurs startpage