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
_______________________________________________
freebsd-hackers@freebsd.org mailing list
http://lists.freebsd.org/mailman/listinfo/freebsd-hackers
To unsubscribe, send any mail to "[EMAIL PROTECTED]"

Reply via email to