Skip site navigation (1)Skip section navigation (2)
Date:      Thu, 4 Jul 2002 16:25:25 +0200
From:      Marc Olzheim <marcolz@stack.nl>
To:        Michael Scheidell <scheidell@secnap.net>
Cc:        freebsd-hackers@FreeBSD.ORG
Subject:   Re: Best way to install on Dozens of boxes?
Message-ID:  <20020704142525.GA69672@stack.nl>
In-Reply-To: <008a01c22355$17c16da0$0603a8c0@MIKELT>
References:  <008a01c22355$17c16da0$0603a8c0@MIKELT>

next in thread | previous in thread | raw e-mail | index | archive | help
> If I want to install FBSD 4.5 on dozens of identical boxes, what is the best
> way?
> 
> I don't want to take the disks out and dup/mirror them, not dozens of them.
> 
> The hardware supports pxe and I had half a hope that I could set up a master
> system with bootpd, let each target system boot by itself and load its own
> image.
> 

That's about what we do here:
Enable tftp in /etc/inetd.conf, start a dhcp-server (isc3 is in the
ports tree) with

..
	server-identifier 10.0.0.1;
        option root-path "/tftpboot";
	filename "pxeboot";
..

in it.

Copy pxeboot from /boot to /tftpboot and put a kernel there with a
MD_ROOT filesystem in it that disklabels, newfs-es nfs-mounts, and
copies the stuff...

Marc

To Unsubscribe: send mail to majordomo@FreeBSD.org
with "unsubscribe freebsd-hackers" in the body of the message




Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?20020704142525.GA69672>