]> piware.de Git - bin.git/blobdiff - makechroot
postinst-setup: package updates
[bin.git] / makechroot
index 2add2b9b71632fe0b66b4d2fd1f4a78dea978623..76201b1e97616558ed649a310dfc0d71618f5052 100755 (executable)
@@ -29,7 +29,7 @@ if ! grep -q $DIR /etc/fstab; then
     cat <<EOF >> /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
@@ -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