Skip site navigation (1)Skip section navigation (2)
Date:      Thu, 11 Apr 2002 13:01:30 +0200 (CEST)
From:      Claude Buisson <ubc@paris.framatome.fr>
To:        Eric S <ejs@bfd.com>
Cc:        <freebsd-stable@FreeBSD.ORG>
Subject:   Re: KERNCONF question about multiple kernels
Message-ID:  <20020411125750.W27261-100000@eve.framatome.fr>
In-Reply-To: <20020410150220.V53007-100000@harlie.bfd.com>

next in thread | previous in thread | raw e-mail | index | archive | help


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 majordomo@FreeBSD.org
with "unsubscribe freebsd-stable" in the body of the message




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