equal
deleted
inserted
replaced
50 echo "Copying deb files out of cache" |
50 echo "Copying deb files out of cache" |
51 cp $BUILDDIR/aptcache/$DEBVERSION/* $BACKING/var/cache/apt/archives || true |
51 cp $BUILDDIR/aptcache/$DEBVERSION/* $BACKING/var/cache/apt/archives || true |
52 |
52 |
53 cp -av $SCRIPTS/action $BACKING |
53 cp -av $SCRIPTS/action $BACKING |
54 . $SCRIPTS/copy-installables |
54 . $SCRIPTS/copy-installables |
|
55 env | grep '^CHROOT_TEST_' > $BACKING/action/env || true |
55 |
56 |
56 unionfs-fuse -o cow -o allow_other,suid,dev $BACKING=RW:$PRISTINE=RO $MOUNT |
57 unionfs-fuse -o cow -o allow_other,suid,dev $BACKING=RW:$PRISTINE=RO $MOUNT |
57 |
58 |
58 #mount --bind /dev "$MOUNT/dev" |
59 #mount --bind /dev "$MOUNT/dev" |
59 #mount --bind /dev/pts "$MOUNT/dev/pts" |
60 #mount --bind /dev/pts "$MOUNT/dev/pts" |