]> git.ipfire.org Git - thirdparty/dracut.git/commit
01fips: modprobe failures during manual module loading is not fatal
authorDaniel Molkentin <dmolkentin@suse.com>
Mon, 6 Jul 2020 12:47:28 +0000 (14:47 +0200)
committerDaniel Molkentin <daniel@molkentin.de>
Fri, 21 Aug 2020 13:56:53 +0000 (15:56 +0200)
commitda4c9a950f339f2e87a021f7d060bf7ac07f4f00
tree11134aa06e117390c9e98f641e44243d6152d373
parent31d0b55b86e7e2a52511621d1253109c05fda6f9
01fips: modprobe failures during manual module loading is not fatal

Users might see

"modprobe: FATAL: Module xyz not found in directory"

The output from modprobe is semantically wrong in this case and
confuses users. Keep the warning for debugging purposes, but reduce
the severeness.

It now reads "Module xyz not found in directory"

Reference: bsc#1169997
modules.d/01fips/fips.sh