Gentoo Archives: gentoo-amd64

From: Duncan <1i5t5.duncan@×××.net>
To: gentoo-amd64@l.g.o
Subject: [gentoo-amd64] Re: new graphical installer
Date: Fri, 11 Aug 2006 22:29:00
Message-Id: ebj06v$tve$4@sea.gmane.org
In Reply to: Re: [gentoo-amd64] new graphical installer by Thierry de Coulon
1 Thierry de Coulon <tcoulon@××××××××.ch> posted
2 200608111307.46197.tcoulon@××××××××.ch, excerpted below, on Fri, 11 Aug
3 2006 13:07:46 +0200:
4
5 > Anyway, you have to download the iso file to be able tu burn it to CD.
6 > I'm not aware of any way of installing Gentoo on many pc's without
7 > either compiling it pc after pc, or possibly creating an image of the
8 > first install and copying it (provided all pcs are the same, of course).
9
10 Note portage FEATURES=buildpkg, one of my favorite features, for a number
11 of reasons. Once you have the first one setup, all others can install
12 using the binary packages created by the first one. Thus, the process
13 becomes much like installing a regular binary distribution, only of course
14 with Gentoo details, and using the binary packages (emerge -K) created for
15 the first one.
16
17 Also note that with a group of computers, it's possible to use distcc to
18 share in the compiling job, once they all get minimally setup, anyway.
19 Thus, I'd setup the first one thru the emerge --emptytree system step (or
20 maybe even before that, with just the stage-3 and networking stuff), ensure
21 it's configured for networking, then setup the others to the same level,
22 and get distcc merged on all of them. After that, you can use distcc to
23 while compiling everything else, and the job will go far faster.
24
25 Of course, that assumes that you want to use the same USE flags and CFLAGS
26 on all of them. If not, you can't share packages, but you can still use
27 distcc to share the compiling.
28
29 For big installs, you can use dev-util/catalyst, the Gentoo release creator
30 meta-tool that releng uses for Gentoo's own releases, and customize the
31 install as desired for your own purposes. Obviously, it'll be more work
32 to figure that out and use it if you are only doing a few installs, but
33 once you get into the double-digits, it could be easier using catalyst to
34 customize your own install, and time you reach fifty, catalyst should save
35 you some major time and hassle, repeatedly configuring the same thing
36 fifty times.
37
38 --
39 Duncan - List replies preferred. No HTML msgs.
40 "Every nonfree program has a lord, a master --
41 and if you use the program, he is your master." Richard Stallman
42
43 --
44 gentoo-amd64@g.o mailing list