Custom Kernel PKGBASE Package
- Reply: Lexi Winter : "Re: Custom Kernel PKGBASE Package"
- Go to: [ bottom of page ] [ top of archives ] [ this month ]
Date: Sat, 14 Mar 2026 17:57:34 UTC
Hi, its not hard to create a 'generic' PKGBASE set: # cd /usr/src # make buildworld buildkernel # make packages My question is - how to build kernel PKGBASE package with CUSTOM kernel config - to get something like FreeBSD-kernel-CUSTOM-15.0 alongside FreeBSD-kernel-generic-15.0 package so they will not collide on 'pkg install' command? Thanks, vermaden