[Bug 291806] The pkgbase release of 15.0-RELEASE is missing the MINIMAL kernel and several other packages
- Go to: [ bottom of page ] [ top of archives ] [ this month ]
Date: Fri, 16 Jan 2026 12:37:49 UTC
https://bugs.freebsd.org/bugzilla/show_bug.cgi?id=291806
Dag-Erling Smørgrav <des@FreeBSD.org> changed:
What |Removed |Added
----------------------------------------------------------------------------
CC| |des@FreeBSD.org
--- Comment #10 from Dag-Erling Smørgrav <des@FreeBSD.org> ---
(In reply to ivy from comment #5)
MINIMAL is (deliberately, though I disagree) missing UFS. If you add that back
then MINIMAL should be able to boot and find its filesystems on most hardware
that GENERIC also supports. Otherwise you'll have to modify the installer to
add `ufs_load=yes` to loader.conf in the UFS+MINIMAL case, or modify the loader
to automatically preload ufs.ko if the kernel doesn't already contain it and
vfs.root.mountfrom is UFS. The latter option would actually be pretty neat,
but I don't think the loader currently has any way of inspecting the kernel
binary.
--
You are receiving this mail because:
You are the assignee for the bug.