Gentoo Archives: gentoo-server

From: Andrew Fant <andrew.fant@×××××.edu>
To: gentoo-server@l.g.o, ramon@××××××××××.nl
Cc: E.Proper@×××××.nl
Subject: Re: [gentoo-server] network install
Date: Fri, 29 Oct 2004 14:31:49
Message-Id: 63300000.1099060304@flux.usg.tufts.edu
In Reply to: Re: [gentoo-server] network install by Ramon van Alteren
1 --On Thursday, October 28, 2004 23:22:50 +0200 Ramon van Alteren
2 <ramon@××××××××××.nl> wrote:
3
4 > Andrew,
5 >
6 > Andrew Fant wrote:
7 >> It may be overkill for you, but I've had good luck using systemimager to
8 >> push gentoo installs around.
9 >
10 > I AM definitly interested :-)
11 > I'm currently working on two large projects, one involving a software
12 > development lab with a reasonable amount of servers.
13 >
14 > The other is a centre for Open Source Software in Eastern Africa, linked
15 > to a university with a lot of linux desktop clients.
16 >
17 > Both need something like systemimager.
18 > Ik had a quick browse through their website and found it very
19 > interesting. Mind sharing some of your experiences ?
20 >
21 > It's not in portage, did you install from source or rpm ?
22 > The manual mentions that the tool configures itself at buildtime and
23 > downloads additional modules. Do you know if it's possible to download
24 > beforehand ? (Internet connections in eastern africa are not exactly
25 > superbe)
26
27
28 I just grabbed the source tarball and built it from there. Most of the
29 perl modules required are already in portage (Systemconfigurator comes to
30 mind). SI does depend on cramfs support, which is masked, but works well
31 enough. I haven't used any of the systemconfigurator functionality,
32 though, so I can't vouch for that. SI also uses rsync heavily, so if you
33 are running a portage rsync mirror on the box you want to use as your image
34 server, you may need to hack at it a little. Also, SI doesn't handle
35 unmounted filesystems well, so the stock Gentoo advice about never mounting
36 /boot doesn't apply. The install process is controlled by shell scripts,
37 so tweaking them to meet specific requirements isn't too much of a hassle.
38
39
40
41 Hope this helps.
42
43 Andy