From 32fc608650b5aa824d87182e0491e0d9f5da7efe Mon Sep 17 00:00:00 2001 From: terminaldweller Date: Sun, 13 Feb 2022 20:28:00 +0330 Subject: updates --- chroot/debian11.sh | 1 + 1 file changed, 1 insertion(+) (limited to 'chroot/debian11.sh') 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 -- cgit v1.2.3