On Wed, 22 Mar 2006 15:12:25 -0800, Grant wrote:

> > Also, if you start with Stage3, you may not even need to rebuild the
> > installed packages, as if it's been a little while since the Stage3
> > image was created, there will be new versions of everything, so you'd
> > be rebuilding when you do a 'emerge -u system' anyways.

> Nice.  Is there a slick way to determine if there are any pre-compiled
> packages left on the system after the first 'emerge -u system'?

touch /tmp/firstupdate
emerge --update --deep --newuse world
find /var/db/pkg/ -maxdepth 2 -mindepth 2 -type d ! -newer /tmp/firstupdate


-- 
Neil Bothwick

Real women don't have hot flashes, they have power surges.

Attachment: signature.asc
Description: PGP signature

Reply via email to