* Re: [gentoo-dev] Proposed changes to base profile for Gentoo/ALT
@ 2005-11-03 17:02 99% ` solar
0 siblings, 0 replies; 1+ results
From: solar @ 2005-11-03 17:02 UTC (permalink / raw
To: gentoo-dev
On Wed, 2005-11-02 at 13:11 +0100, Diego 'Flameeyes' Pettenò wrote:
> As I'd like to get sooner or later (better sooner) the profiles for
> Gentoo/FreeBSD in main tree, I've synced the fake base profile in gentoo-alt
> overlay with the one in the tree. Unfortunately there are things in base that
> are linux-specific, so they, IMHO, should be moved in default-linux.
>
> The attached patch is the proposed changes, they are mainly linux-specific
> userland that does not work outside of Linux-based systems, but there are
> also some GNU-specific packages like which that we don't use.
>
> I would have some other changes for virtuals, but they are less important
> right now.
>
> Obviously if this is going to be applied the missing packages should be added
> to the packages of default-linux and other linux profiles that does inherit
> from base.
After reviewing the existing profiles effected by the proposed change
I'd suggest you do something like this.
cp -a base base-tmp
cd base
cat ~/base-alt-changes | patch
cd ..
diff -u base-tmp/packages base/packages | grep ^- | cut -c 2- > new.x
mv new.x base-tmp/packages
mv base core
mv base-tmp base
echo ../core > base/parent
# And then bsd inherits from core vs base.
--
solar <solar@gentoo.org>
Gentoo Linux
--
gentoo-dev@gentoo.org mailing list
^ permalink raw reply [relevance 99%]
Results 1-1 of 1 | reverse | options above
-- pct% links below jump to the message on this page, permalinks otherwise --
2005-11-02 12:11 [gentoo-dev] Proposed changes to base profile for Gentoo/ALT Diego 'Flameeyes' Pettenò
2005-11-03 17:02 99% ` solar
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox