Dear all,
I recently installed FreeBSD 15. During the installation, I chose the packaged base installation. That means that now, my kernel is a part of a package.
My question is:
How can is install my freshly compiled kernel ?
If I do a basic
What I need is:
Thank you very much,
Best regards,
Cédric
I recently installed FreeBSD 15. During the installation, I chose the packaged base installation. That means that now, my kernel is a part of a package.
# pkg which /boot/kernel/kernel/boot/kernel/kernel was installed by package FreeBSD-kernel-generic-15.0My question is:
How can is install my freshly compiled kernel ?
If I do a basic
make installkernel, my new kernel with replace files in the installed kernel FreeBSD-kernel-generic-15.0 package, leading to package inconsistencies.What I need is:
- Make a kernel package after kernel compilation.
- Remove the old kernel package.
- Install the new kernel package.
Thank you very much,
Best regards,
Cédric