diff --git a/sdk_lib/enter_chroot.sh b/sdk_lib/enter_chroot.sh index 51a15f1b06..30d80523e8 100755 --- a/sdk_lib/enter_chroot.sh +++ b/sdk_lib/enter_chroot.sh @@ -213,7 +213,7 @@ setup_env() { setup_mount none "-t proc" /proc setup_mount none "-t sysfs" /sys setup_mount /dev "--bind" /dev - setup_mount none "-t devpts" /dev/pts + setup_mount /dev/pts "--bind" /dev/pts if [[ -d /run ]]; then setup_mount /run "--bind" /run if [[ -d /run/shm && ! -L /run/shm ]]; then