dev/chroot-test/run-test
changeset 327 6f2a3f251d3b
parent 311 3cbde66305e4
child 365 f2e13e08ea13
equal deleted inserted replaced
326:b44dd7bad82c 327:6f2a3f251d3b
    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"