On Wed, 10 Apr 2002, Eric S wrote: > > According to the manual, if I'm NFS mounting /usr/src and /usr/obj, using > one machine to build everything, and installing across NFS on all the > other FreeBSD boxes on our net, I need to set KERNCONF to all of the > kernel names, with the build box first. I can't find any examples of > this, and while I can think of several ways to do this, my hunch is that > it should look like this > > KERNCONF=HARLIE BASTION HORST ALEXANDRIA > > for our configuration, where HARLIE is the kernel config file for my > workstation, which is where I plan to do the buildworld/kernels. > > Am I right, and if not, where did I go wrong? > making the kernels on the build machine: make buildkernel KERNCONF='KERNEL1 ..... KERNELn' order is not important. installing the kernels on each machine (after mount of /usr/src and /usr/obj from the build machine if needed): make installkernel KERNCONF=KERNELi Claude Buisson To Unsubscribe: send mail to [EMAIL PROTECTED] with "unsubscribe freebsd-stable" in the body of the message
