]> git.ipfire.org Git - thirdparty/dracut.git/commitdiff
fips: udev trigger with action=add
authorHarald Hoyer <harald@redhat.com>
Thu, 5 Aug 2010 06:47:17 +0000 (08:47 +0200)
committerHarald Hoyer <harald@redhat.com>
Thu, 5 Aug 2010 06:47:17 +0000 (08:47 +0200)
modules.d/01fips/fips.sh

index 2f6cb97d36ea594bbb4e171523ef19b76b5c094f..fbd809e8223ad6586eb30a5efb8e9bd3124ca96d 100755 (executable)
@@ -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:}"