]> git.ipfire.org Git - thirdparty/dracut.git/commitdiff
90dmsquash-live: wait for the /dev/mapper/live-rw device
authorHarald Hoyer <harald@redhat.com>
Wed, 16 Nov 2011 13:03:38 +0000 (14:03 +0100)
committerHarald Hoyer <harald@redhat.com>
Wed, 16 Nov 2011 13:03:38 +0000 (14:03 +0100)
wait for the /dev/mapper/live-rw device

modules.d/90dmsquash-live/parse-dmsquash-live.sh

index 5cbcd2ce2296a2fd689dea1dce962a21aeed0bda..a733144c42143191bbc2f76186c820f82548f1aa 100755 (executable)
@@ -45,3 +45,5 @@ info "liveroot was $liveroot, is now $root"
 
 # make sure that init doesn't complain
 [ -z "$root" ] && root="live"
+
+wait_for_dev /dev/mapper/live-rw
\ No newline at end of file