From: martin@piware.de <> Date: Tue, 10 Aug 2010 09:08:57 +0000 (+0200) Subject: makechroot: use rbind, to cover ecryptfs submounts X-Git-Url: https://piware.de/gitweb/?p=bin.git;a=commitdiff_plain;h=64b42c672b525dd497b3b38ed99a4f7f48095f59 makechroot: use rbind, to cover ecryptfs submounts --- diff --git a/makechroot b/makechroot index 55dfa41..76201b1 100755 --- a/makechroot +++ b/makechroot @@ -29,7 +29,7 @@ if ! grep -q $DIR /etc/fstab; then cat <> /etc/fstab # $DIST chroot -/home $DIR/home none bind 0 0 +/home $DIR/home none rbind 0 0 /proc $DIR/proc none bind 0 0 /sys $DIR/sys none bind 0 0 /tmp $DIR/tmp none bind 0 0