aboutsummaryrefslogtreecommitdiffstats
path: root/chroot/debian11.sh
diff options
context:
space:
mode:
Diffstat (limited to 'chroot/debian11.sh')
-rwxr-xr-xchroot/debian11.sh1
1 files changed, 1 insertions, 0 deletions
diff --git a/chroot/debian11.sh b/chroot/debian11.sh
index 158224e..3fe88da 100755
--- a/chroot/debian11.sh
+++ b/chroot/debian11.sh
@@ -5,4 +5,5 @@ sudo mount -t proc proc $CHROOT_DIR/proc/
sudo mount -t sysfs sys $CHROOT_DIR/sys/
# sudo mount -o bind /tmp $CHROOT_DIR/tmp/
# sudo mount -o bind /dev $CHROOT_DIR/dev/
+sudo mount -t devpts none "$CHROOT_DIR/dev/pts" -o ptmxmode=0666,newinstance
sudo chroot $CHROOT_DIR