X-Git-Url: https://piware.de/gitweb/?p=bin.git;a=blobdiff_plain;f=makechroot;h=76201b1e97616558ed649a310dfc0d71618f5052;hp=55dfa4120f03558b2a51c008bf5e0a47ef4166b6;hb=4f3fa2a9d54689cd022d3aaea7812bfd54faf767;hpb=1988068dad89ff43624217de2513f5e318467b77 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