Re: multiple kernels with the same world

From: Michael Grimm <trashcan_at_ellael.org>
Date: Fri, 17 Oct 2025 05:36:13 UTC
Dag-Erling Smørgrav <des@FreeBSD.org> wrote:

> Michael Grimm <trashcan@ellael.org> writes:

>> Only the first kernel found in KERNCONF will be installed, though.
> 
> NO_INSTALLEXTRAKERNELS=no

Thanks, that's what I looked for and failed to find :-(

root> make KERNCONF='GENERIC CUSTOM' NO_INSTALLEXTRAKERNELS=no DESTDIR=/tmp/NEW installkernel

root> ls -1 /tmp/NEW/boot/ | grep kernel
kernel
kernel.CUSTOM

Many kudos,
Michael