[SCM] debian-live/live-initramfs branch, master, updated. 1.99.2-1-35-ga53feb6
Daniel Baumann
daniel at debian.org
Thu Sep 27 20:04:39 UTC 2007
The branch, master has been updated
via a53feb6f11f28b24f642df43c5c29b212773e9ec (commit)
from e5ab5d7301cba88c9181eb7bdb225ef2c27253fe (commit)
- Shortlog ------------------------------------------------------------
a53feb6 Applied patch from Jesse W. Hathaway <jesse at mbuki-mvuki.org> to move cow mount rather than binding it on /live/cow. This prevents the /cow mount showing up in /proc/mounts.
Summary of changes:
scripts/live | 2 +-
1 files changed, 1 insertions(+), 1 deletions(-)
-----------------------------------------------------------------------
Details of changes:
commit a53feb6f11f28b24f642df43c5c29b212773e9ec
Author: Daniel Baumann <daniel at debian.org>
Date: Thu Sep 27 22:04:11 2007 +0200
Applied patch from Jesse W. Hathaway <jesse at mbuki-mvuki.org> 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 ()
--
debian-live/live-initramfs
More information about the debian-live-changes
mailing list