X-Git-Url: http://git.grml.org/?a=blobdiff_plain;f=scripts%2Flive;h=3f39c978ac38a311742ba0ec574d73f7c4e59aa8;hb=c9e1f3e45460445b6247574ebfa8a3e32cba3cb4;hp=62b52240bdac40a0fbaa8ca3e5a275b175a3f148;hpb=776853fc21a904f5280cffd488c80dd83ba0a22e;p=live-boot-grml.git diff --git a/scripts/live b/scripts/live index 62b5224..3f39c97 100755 --- a/scripts/live +++ b/scripts/live @@ -1173,7 +1173,7 @@ setup_unionfs () # shows cow fs on /cow for use by live-snapshot mkdir -p "${rootmnt}/live/cow" - mount -o move /cow "${rootmnt}/live/cow" + mount -o move /cow "${rootmnt}/live/cow" || mount -o bind /cow "${rootmnt}/live/cow" || [ "${quiet}" != "y" ] && log_warning_msg "Unable to move or bind /cow to ${rootmnt}/live/cow" } check_dev ()