rootfs-block/parse-block.sh: wait_for_dev

master
Harald Hoyer 2013-03-06 17:07:45 +01:00
parent fe654ff0aa
commit 35270e34d0
1 changed files with 2 additions and 0 deletions

View File

@ -20,3 +20,5 @@ case "$root" in
root="block:${root}"
rootok=1 ;;
esac

[ "${root%%:*}" = "block" ] && wait_for_dev "${root#block:}"