installkernel target.
John Baldwin
jhb at freebsd.org
Thu Oct 5 05:53:14 PDT 2006
On Wednesday 04 October 2006 12:10, Joseph Koshy wrote:
> > Is there any supported way to make installkernel directly to some
> > directory. I want to build two kernels (like /boot/kernel.SMP/ and
> > /boot/kernel.UP/) in my installation script and DESTDIR is quite useless
> > is this case.
>
> make installkernel KERNCONF=YOUR_KERNEL_HERE KODIR=/boot/testkernel
Or:
make installkernel KERNCONF=FOO INSTKERNNAME=bar
will install to /boot/bar/kernel.
--
John Baldwin
More information about the freebsd-hackers
mailing list