Skip site navigation (1)Skip section navigation (2)
Date:      Wed, 17 Apr 2002 19:26:04 -0500
From:      Mike Meyer <mwm-dated-1019521564.793973@mired.org>
To:        Gregory Bond <gnb@itga.com.au>
Cc:        "Crist J. Clark" <cjc@FreeBSD.ORG>, Eric S <ejs@bfd.com>, freebsd-stable@FreeBSD.ORG
Subject:   Re: KERNCONF question about multiple kernels 
Message-ID:  <15550.4764.144092.510547@guru.mired.org>
In-Reply-To: <200204150231.MAA14213@lightning.itga.com.au>
References:  <200204150231.MAA14213@lightning.itga.com.au>

next in thread | previous in thread | raw e-mail | index | archive | help
In <200204150231.MAA14213@lightning.itga.com.au>, Gregory Bond <gnb@itga.com.au> typed:
> > > KERNCONF=HARLIE BASTION HORST ALEXANDRIA
> > Did you try this? This is supposed to work.
> It works for us but you have to get the quoting right.  On the command line,
> you need
> 	make KERNCONF="HARLIE BASTION HORST ALEXANDRIA" buildkernel 
> but in make.conf you only need
> 	KERNCONF=HARLIE BASTION HORST ALEXANDRIA 
> (i.e. without the quotes).  
> 
> Order of kernels listed doesn't matter in either case.

Not *quite* right. The first one is special, in that it's the one
installed if just do "make installkernel" without specifying a
different value for KERNCONF. This means if your build machiune is
also your test machine - and hence the first one installed - you can
just do "make kernel", and it'll make all your kernels, then install
the first one.

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

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?15550.4764.144092.510547>