X-Git-Url: https://piware.de/gitweb/?p=bin.git;a=blobdiff_plain;f=makechroot;h=b255b7b525f093f3cd5d1ccc8cba80c98d7612c0;hp=2add2b9b71632fe0b66b4d2fd1f4a78dea978623;hb=7b7c4d952b51abe720df209859310ef4a4c88f72;hpb=7280f91aefb42b65bd50762635a7035f762c59d3 diff --git a/makechroot b/makechroot index 2add2b9..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 bind 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 @@ -59,5 +59,5 @@ EOF chroot $DIR apt-get update # common packages for development -chroot $DIR apt-get install -y build-essential devscripts fakeroot +chroot $DIR apt-get install -y build-essential fakeroot