Hi  Patrick,

On Sat, Oct 16, 2021 at 4:15 AM Patrick Häcker <pa...@web.de> wrote:
>
> force_load efivarfs || true

That invokes the following function when the initramfs is
created (from /usr/share/initramfs-tools/hook-functions):

# force_load module [args...]
force_load()
{
        manual_add_modules "$1"
        echo "${@}" >>"${DESTDIR}/conf/modules"
}

The hook could check if the module exists, but it seems more robust to
do it at boot time.

Is this a bug in mdadm or in initramfs-tools?

Kind regards
Felix Lechner

Reply via email to