Skip to content

Commit

Permalink
Applied patch from Jesse W. Hathaway <jesse@mbuki-mvuki.org> to move …
Browse files Browse the repository at this point in the history
…cow mount rather than binding it on /live/cow. This prevents the /cow mount showing up in /proc/mounts.
  • Loading branch information
daniel-baumann committed Sep 27, 2007
1 parent 694c05b commit f0f15ab
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion scripts/live
Expand Up @@ -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 ()
Expand Down

0 comments on commit f0f15ab

Please sign in to comment.