From 64b42c672b525dd497b3b38ed99a4f7f48095f59 Mon Sep 17 00:00:00 2001 From: "martin@piware.de" <> Date: Tue, 10 Aug 2010 11:08:57 +0200 Subject: [PATCH] makechroot: use rbind, to cover ecryptfs submounts --- makechroot | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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 -- 2.39.2