On Sat, 2005-05-14 at 11:43 -0700, Mark Knecht wrote: > Hello, > What can I read to understand what files are being used to create > the full virtuals picture on my x86 machines? There used to be > /etc/portage/profiles/virtuals which I think we could fix up by hand > if something needed to work a bit differently. However it now seems > that this is gone and there's a new (and somewhat complicated) > directory /usr/portage/profiles which has all the architecture > specific stuff in it plus more. > > I'm not clear what's getting used. Is it > default-x86-2004.2/virtuals? Is it that plus more on top some how? > (I.e. - the updates directory?) Or is it default-x86 or possibly > 'linux'.
virtuals is handled the same way as anything else with the new stackable profiles system: the highest precedence goes to /etc/portage/profile/virtuals if this exists, then after that the destination of /etc/make.profile, and after that the parent profiles, down to /usr/portage/profiles/base/virtuals. e.g. on my system, the virtuals files are, in order of decreasing precedence: /etc/portage/profile/virtuals (/usr/portage/profiles/default-linux/x86/2005.0/virtuals does not exist) /usr/portage/profiles/default-linux/x86/virtuals /usr/portage/profiles/default-linux/virtuals /usr/portage/profiles/base/virtuals Obviously any settings you want to make go in /etc/portage/profile/virtuals. -- gentoo-user@gentoo.org mailing list