aboutsummaryrefslogtreecommitdiffstats
path: root/chroot/debian11.sh
diff options
context:
space:
mode:
authorterminaldweller <thabogre@gmail.com>2022-02-13 16:58:00 +0000
committerterminaldweller <thabogre@gmail.com>2022-02-13 16:58:00 +0000
commit32fc608650b5aa824d87182e0491e0d9f5da7efe (patch)
tree70bb1649076c5964fc058a30abb86d4ba5a34a57 /chroot/debian11.sh
parentmore polishing for clipd (diff)
downloadscripts-32fc608650b5aa824d87182e0491e0d9f5da7efe.tar.gz
scripts-32fc608650b5aa824d87182e0491e0d9f5da7efe.zip
updates
Diffstat (limited to '')
-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