Re: multiple kernels with the same world
- In reply to: Lexi Winter : "Re: multiple kernels with the same world"
- Go to: [ bottom of page ] [ top of archives ] [ this month ]
Date: Tue, 14 Oct 2025 13:36:25 UTC
Tuesday, October 14, 2025, 12:09:55 PM, you wrote: > Anthony Pankov wrote in <575313120.20251014120303@yahoo.com>: >> I wander can I build multiple kernel from the same sources while using >> once builded world? >> >> My aim is to have basepkgs containing different kernels. It would be >> nice to have FreeBSD-kernel-general-*.pkg, >> FreeBSD-kernel-virtualmachine-*.pkg etc. in the same base package >> repository. > % make KERNCONF='GENERIC FOO BAR BAZ' buildworld buildkernel update-packages > the first kernel listed in KERNCONF will be installed in /boot/kernel, > the rest will be installed in /boot/kernel.NAME. for consistency, i > prefer to always build GENERIC as the first kernel, but there's no > actual requirement to do that. It's amazing. I'll try. Thank you! -- Best regards, Anthony