Re: changing from pkgbase to regularbase
- In reply to: Michael Gmelin : "Re: changing from pkgbase to regularbase"
- Go to: [ bottom of page ] [ top of archives ] [ this month ]
Date: Wed, 19 Nov 2025 19:00:41 UTC
Michael Gmelin <grembo@freebsd.org> writes: > What is the procedure to run a custom kernel with pkgbase? In the > last couple of years we needed stability patches (pf, zfs, etc.) on > almost every second release (at least temporarily, until an errata was > created). > > Would we need to run our own pkgbase server in this case or is there > another (non-hacky) way? You can check out a source tree and build and install a kernel just as you've always done. You'll just need to explicitly set DESTDIR=/ when installing to override the pkgbase check. You can also set up poudriere to build your own pkgbase set. It's really easy, especially if you have a git repository with your patches already applied. DES -- Dag-Erling Smørgrav - des@FreeBSD.org