Applied patch from Jesse W. Hathaway <jesse@mbuki-mvuki.org> to move cow mount rather...
authorDaniel Baumann <daniel@debian.org>
Thu, 27 Sep 2007 20:04:11 +0000 (22:04 +0200)
committerDaniel Baumann <daniel@debian.org>
Wed, 9 Mar 2011 16:31:05 +0000 (17:31 +0100)
scripts/live

index 7a82f60..d4b253b 100755 (executable)
@@ -971,7 +971,7 @@ setup_unionfs ()
 
        # shows cow fs on /cow for use by live-snapshot
        mkdir -p "${rootmnt}/live/cow"
-       mount -o bind /cow "${rootmnt}/live/cow"
+       mount -o move /cow "${rootmnt}/live/cow"
 }
 
 check_dev ()