https://bugs.freebsd.org/bugzilla/show_bug.cgi?id=272077
Bug ID: 272077
Summary: loader defaults to kernel=kernel even if it doesn't
exist
Product: Base System
Version: CURRENT
Hardware: Any
OS: Any
Status: New
Severity: Affects Only Me
Priority: ---
Component: kern
Assignee: [email protected]
Reporter: [email protected]
when building multiple kernels, they end up with installed as:
/boot/kernel.$KERNCONF
the first built kernel ends up as /boot/kernel
I have uninstalled that first kernel, and am now left with:
/boot/kernel.GENERIC-MMCCAM/
/boot/kernel.GENERIC-NODEBUG/
loader cannot cope with that.
It always tries to build its list of kernels with "kernel" as a base-line, even
if it doesn't exist.
--
You are receiving this mail because:
You are the assignee for the bug.