From: Harald Hoyer Date: Thu, 5 Aug 2010 06:47:17 +0000 (+0200) Subject: fips: udev trigger with action=add X-Git-Tag: 007~27 X-Git-Url: http://git.ipfire.org/gitweb.cgi?a=commitdiff_plain;h=719cc3062631ff0b2e9db0c25621e28d140c834c;p=thirdparty%2Fdracut.git fips: udev trigger with action=add --- diff --git a/modules.d/01fips/fips.sh b/modules.d/01fips/fips.sh index 2f6cb97d3..fbd809e82 100755 --- a/modules.d/01fips/fips.sh +++ b/modules.d/01fips/fips.sh @@ -4,7 +4,7 @@ do_fips() FIPSMODULES=$(cat /etc/fipsmodules) BOOT=$(getarg boot=) KERNEL=$(uname -r) - udevadm trigger >/dev/null 2>&1 + udevadm trigger --action=add >/dev/null 2>&1 case "$boot" in block:LABEL=*|LABEL=*) boot="${boot#block:}"