setup-chroot: update devpts mount options

This commit is contained in:
Matt Housh 2014-02-24 22:09:16 -06:00
parent 760fa70983
commit 4fde551b21

View File

@ -4,7 +4,6 @@ mount --bind /dev /mnt/dev
mount --bind /tmp /mnt/tmp
mount -t proc proc /mnt/proc
mount -t sysfs none /mnt/sys
mount -t devpts devpts /mnt/dev/pts
mount -t devpts -o noexec,nosuid,gid=tty,mode=0620 devpts /mnt/dev/pts
chroot /mnt /bin/bash