On Wed, Jul 11, 2007 at 09:53:48PM +0100, Marcelo Coelho wrote: > How can I trim the package set that would be emerged together with > the cron daemon or other packages?
First, add -t to the emerge to get a tree view of the dependencies. Then there are a few options; either make your own ebuilds in an overlay, or make your own profile which can be used to enforce some packages or not, or finally just tweak the use flags. > When emerging with the ROOT var (eg.: /var/system), the make.conf > file that is used is the one that is located at that location (eg.: > /var/system/etc/make.conf) ? /etc/make.conf I believe. ROOT may not have any make.conf. > What normally are the packages that you guys use as minimal system? Well, I may be obnoxious but I do a stage4 with catalyst (total 200 packages or so) and then trim it down using unmerge, empty and rm in the spec file to suite. catalyst doesn't do cross yet AFAIK so if you need that it's not really an option I guess. //Peter -- [EMAIL PROTECTED] mailing list
