]> git.ipfire.org Git - thirdparty/dracut.git/commitdiff
dmsquash-live: run dmsquash-live-root after udev settle
authorHarald Hoyer <harald@redhat.com>
Wed, 7 Oct 2009 10:49:52 +0000 (12:49 +0200)
committerHarald Hoyer <harald@redhat.com>
Wed, 7 Oct 2009 10:49:52 +0000 (12:49 +0200)
modules.d/90dmsquash-live/dmsquash-live-genrules.sh

index 0cd7e8dc692012bfefca30be54995cffd014e65f..56199d5fd57dd98cbbe7510f574cf82a5162e65c 100644 (file)
@@ -4,9 +4,9 @@ if [ "${root%%:*}" = "live" ]; then
        ${root#live:/dev/} 
     printf 'SYMLINK=="%s", SYMLINK+="live"\n' \
        ${root#live:/dev/} 
-    printf 'KERNEL=="%s", RUN+="/sbin/initqueue --onetime --unique /sbin/dmsquash-live-root $env{DEVNAME}"\n' \
+    printf 'KERNEL=="%s", RUN+="/sbin/initqueue --settled --onetime --unique /sbin/dmsquash-live-root $env{DEVNAME}"\n' \
        ${root#live:/dev/} 
-    printf 'SYMLINK=="%s", RUN+="/sbin/initqueue --onetime --unique /sbin/dmsquash-live-root $env{DEVNAME}"\n' \
+    printf 'SYMLINK=="%s", RUN+="/sbin/initqueue --settled --onetime --unique /sbin/dmsquash-live-root $env{DEVNAME}"\n' \
        ${root#live:/dev/} 
 
     ) >> /etc/udev/rules.d/99-live-mount.rules