Re: git: 74a6bb524e5b - main - Makefile: Don't allow install{world,kernel} with pkgbase
Date: Mon, 20 Oct 2025 15:17:35 UTC
On Mon, 20 Oct 2025 at 11:09, Shawn Webb <shawn.webb@hardenedbsd.org> wrote:
>
> I'm somewhat thinking of reverting this commit until
> install{kernel,world} are taught the notion of pkgbase. It just seems
> like the kind of thing that's gonna surprise our users (in a
> not-so-fun way.)
This commit is intended to avoid surprises; trying to use a mix of
pkgbase and installkernel/installworld on the same system is not
likely to end with a good result. This check is easily overridden if
one is doing it intentionally and is willing to accept the
consequences.