[Bug 283457] [vfs] add option to panic when mounting of root filesystem fails

From: <bugzilla-noreply_at_freebsd.org>
Date: Sat, 21 Dec 2024 23:09:55 UTC
https://bugs.freebsd.org/bugzilla/show_bug.cgi?id=283457

--- Comment #1 from Konstantin Belousov <kib@FreeBSD.org> ---
Please read about the kernel boot flags in boot(8). There are other flags
affecting
the rootfs mount failure handling, and I think it is the best place to add yet
another knob.

The advantage of flags is that it is easy to use them either transiently from
loader console, or permanently by adding flags to loader.conf.  Tunables
require
more convoluted 'set' typing at boot loader prompt.

-- 
You are receiving this mail because:
You are the assignee for the bug.