X-Git-Url: https://piware.de/gitweb/?p=bin.git;a=blobdiff_plain;f=makechroot;h=b255b7b525f093f3cd5d1ccc8cba80c98d7612c0;hp=76201b1e97616558ed649a310dfc0d71618f5052;hb=aa2ac45de12d32728735496784ebf7751bfbcf92;hpb=64b42c672b525dd497b3b38ed99a4f7f48095f59 diff --git a/makechroot b/makechroot index 76201b1..b255b7b 100755 --- a/makechroot +++ b/makechroot @@ -29,10 +29,10 @@ if ! grep -q $DIR /etc/fstab; then cat <> /etc/fstab # $DIST chroot -/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 +/home/martin $DIR/home/martin none bind 0 0 +/proc $DIR/proc none bind 0 0 +/sys $DIR/sys none bind 0 0 +/tmp $DIR/tmp none bind 0 0 EOF mount $DIR/home mount $DIR/proc