]> git.ipfire.org Git - thirdparty/dracut.git/commitdiff
lvm/lvm_scan.sh: udevadm settle after lvm scan
authorHarald Hoyer <harald@redhat.com>
Mon, 23 Jul 2012 13:36:58 +0000 (15:36 +0200)
committerHarald Hoyer <harald@redhat.com>
Mon, 23 Jul 2012 13:36:58 +0000 (15:36 +0200)
modules.d/90lvm/lvm_scan.sh

index 17c29bc6773d2d1cb59a7726126c2880557eeab9..d86be9b7b0d22699ba8fffaad70bf3354fe7f736 100755 (executable)
@@ -129,4 +129,6 @@ if [ "$lvmwritten" ]; then
 fi
 unset lvmwritten
 
+udevadm settle
+
 need_shutdown