On Tuesday 02 January 2007 14:26, William Kenworthy wrote: > > > rattus ~ # emerge system -ep > > > > > > These are the packages that would be merged, in order: > > > > > > Calculating system dependencies ... done! > > > rattus ~ # > > > > > > 3 systems like this, one installed only a few months ago works. > > > > And `emerge --info` ?
There's probably a better way to do this but this should output what
constitutes your system packages. It should be 61 lines on your profile.
# cd /etc && cd $(readlink /etc/make.profile) && \
while [[ true ]]; do
if [[ -f packages ]]; then
egrep -v "^$|^#" packages;
fi
if [[ -f parent ]]; then
cd $(cat parent);
else
break;
fi;
done
--
Bo Andresen
pgpkDEz2YI7YJ.pgp
Description: PGP signature

