On 9/7/06, Helmut Jarausch <[EMAIL PROTECTED]> wrote:
I' d like to have a (very) basic Linux system installed under
prefix=/usr . It should boot (of course), setup the network
and the (basic) X-Server.
All the rest should go to prefix=/usr/local

The ROOT environment variable (man make.conf) can do this, somewhat.
It will install the packages to the root that you specify, but
dependancies still end up in /.

What is probably more common in Gentoo is to use binary packages.  In
this model, you use one system to build packages for all the others.
You can then rsync the packages (or put them on a network server) to
all the other systems, and quickly update the other systems with the
--usepkg option to emerge.

For starters on binary packages with Gentoo:
http://www.gentoo.org/doc/en/handbook/handbook-amd64.xml?part=2&chap=3#doc_chap4

-Richard
--
gentoo-user@gentoo.org mailing list

Reply via email to