dev/chroot-test/run-test
changeset 310 38c222727017
parent 308 e1f71a2eafb6
child 311 3cbde66305e4
equal deleted inserted replaced
309:091630a3938e 310:38c222727017
    58 #mount --bind /dev "$MOUNT/dev"
    58 #mount --bind /dev "$MOUNT/dev"
    59 #mount --bind /dev/pts "$MOUNT/dev/pts"
    59 #mount --bind /dev/pts "$MOUNT/dev/pts"
    60 mount -t proc proc $MOUNT/proc
    60 mount -t proc proc $MOUNT/proc
    61 
    61 
    62 chroot $MOUNT ./action/go
    62 chroot $MOUNT ./action/go
       
    63 echo "Completed successfully"
    63 
    64