Re: git: 6b1ce0429253 - main - sysutils/restic: Add pkg-message about FUSE mount

From: Alexey Dokuchaev <danfe_at_freebsd.org>
Date: Wed, 03 Apr 2024 17:22:41 UTC
On Wed, Apr 03, 2024 at 05:27:26PM +0200, Emmanuel Vadot wrote:
> On Wed, 3 Apr 2024 18:13:56 +0300 Gleb Popov wrote:
> > On Wed, Apr 3, 2024 at 5:32?PM Nuno Teixeira <eduardo@freebsd.org> wrote:
> > >
> > > +fusefs_load="YES"
> > 
> > Loading modules in the bootloader is discouraged. If the module can be
> > loaded after the system is booted, then it is better to do
> 
> I don't think that's true.

It is true, regardless of the UEFI: bootloader is the place where you
load modules essential for the boot process.  Anything that can be safely
postponed should be postponed to the rc(8) stage.  Loading modules early
even when it works for the time being is just asking for trouble in the
future like we've seen for NVidia driver ones.

./danfe