Re: multiple kernels with the same world
- In reply to: Dag-Erling_Smørgrav : "Re: multiple kernels with the same world"
- Go to: [ bottom of page ] [ top of archives ] [ this month ]
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