Gentoo Archives: gentoo-server

From: Karl Holz <karlg@××××××.com>
To: gentoo-server@l.g.o
Subject: Re: [gentoo-server] Best practices in managing large server groups
Date: Mon, 21 May 2007 15:14:05
Message-Id: 246510DE-93FF-46CD-AF10-70C53C8442A7@rogers.com
In Reply to: Re: [gentoo-server] Best practices in managing large server groups by Ronan Mullally
1 On 21-May-07, at 5:04 AM, Ronan Mullally wrote:
2
3 > Does a multi-server gentoo install require a portage tree and gcc on
4 > each box?
5
6 No, you can use the following command:
7
8 # ROOT="/chroot" emerge <pkages you want to install> -pv
9
10 this will allow you build a new system, and it wount install the gcc
11 packages. all you'll need is a stage 3 tarball for building, edit
12 the /etc/make.conf to what ever setting you desire. Just keep in mind
13 you will need to install all the programs needed for boot: base-
14 system, grep, openssh, pam, core-utills, etc.
15
16
17 > Is there a way to run gentoo without a portage tree on each box?
18
19 yes, if you setup a build system, using a stage3 tarball, and
20 build your system into a directory. Portage will only be under your /
21 usr/portage and not into the system image you're building. the good
22 thing about using a Stage3 tarball is you can build you system on any
23 linux system, build your system image, tarball the image, deploy and
24 install grub on x86, yaboot on Mac PPC, silo on Sparc64.
25
26
27 __________________
28 Karl Gustav B. Holz
29 ----------
30 karl@××××××××.com
31 ----------
32 http://www.new-aeon.com

Replies

Subject Author
Re: [gentoo-server] Best practices in managing large server groups Ronan Mullally <ronan@×××.ie>