Bug#996622: mdadm prints warning on every boot due to evifarfs on non-EFI system

2021-10-17 Thread Patrick Häcker
Hi Felix, > > 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 "${@}"

Bug#996622: mdadm prints warning on every boot due to evifarfs on non-EFI system

2021-10-17 Thread Felix Lechner
Hi Patrick, On Sat, Oct 16, 2021 at 4:15 AM Patrick Häcker 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"

Bug#996622: mdadm prints warning on every boot due to evifarfs on non-EFI system

2021-10-16 Thread Patrick Häcker
Package: mdadm Version: 4.2~rc2-7 Severity: normal Dear Maintainer, due to #962844 and #995093, /usr/share/initramfs-tools/hooks/mdadm does a force_load efivarfs || true which results on trying to load efivarfs on every boot. However, this obviously does not work on a non-UEFI system and