From: Daniel Baumann Date: Thu, 27 Sep 2007 20:04:11 +0000 (+0200) Subject: Applied patch from Jesse W. Hathaway to move cow mount rather... X-Git-Tag: debian/2.0.15-1~674 X-Git-Url: http://git.grml.org/?a=commitdiff_plain;h=74b2605aeda6083f762b0fa1cc2521dbb2ef67a6;p=live-boot-grml.git Applied patch from Jesse W. Hathaway to move cow mount rather than binding it on /live/cow. This prevents the /cow mount showing up in /proc/mounts. --- diff --git a/scripts/live b/scripts/live index 7a82f60..d4b253b 100755 --- a/scripts/live +++ b/scripts/live @@ -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 ()