Hassan Halta <[EMAIL PROTECTED]> types:
> I am looking for a way that I can distribute FreeBSD on a huge cluster; 26
> machines, but the problem I am running into, is if I used a sysinstall
> scripts, then that would allow me to install a basic FreeBSD distribution,
> and in the future, when I need to install more ports, I need to do that on
> all cluster manually, or just simply do the install again with more
> packaging. I am wondering if I am somewhere in a trap, or if there's a
> quick and an easy way to manage this problem.

Assuming all the machines are going to be roughly identical, you can
simplify things by keeping one copy of the ports tree, distfiles and
packages that are shared by all machines. You then do the build on one
machine, and can just do a pkg_add on all the rest.

The one catch is that you want to set WRKDIRPREFIX to something local
to the machines, as things get screwy if the state of the machine as
recorded in the work dir doesn't match the machine - which happens
very easily if you have shared work directories.

        <mike
--
Mike Meyer <[EMAIL PROTECTED]>                      http://www.mired.org/home/mwm/
Independent WWW/Perforce/FreeBSD/Unix consultant, email for more information.

To Unsubscribe: send mail to [EMAIL PROTECTED]
with "unsubscribe freebsd-hackers" in the body of the message

Reply via email to