On Mon, 20 Oct 2025 at 11:09, Shawn Webb <[email protected]> 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.
