Hi all! According to this manual page build(7)
This should install the previously built kernel to /boot/testkernel.
But a colleague of mine advised me to do this:
The manual mentions both ways. What's the real difference between them?
Code:
make installkernel KERNCONF=YOUR_KERNEL_HERE KODIR=/boot/testkernel
nextboot -k testkernel
This should install the previously built kernel to /boot/testkernel.
But a colleague of mine advised me to do this:
make installkernel INSTKERNNAME=kernel.test
The manual mentions both ways. What's the real difference between them?