diff options
Diffstat (limited to 'templates')
-rw-r--r-- | templates/enter_dev_chroot.sh | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/templates/enter_dev_chroot.sh b/templates/enter_dev_chroot.sh index 8f5eb40..1abf10d 100644 --- a/templates/enter_dev_chroot.sh +++ b/templates/enter_dev_chroot.sh @@ -66,6 +66,7 @@ fi [ -e $BROOT/dev/random ] || mknod $BROOT/dev/random c 1 8 [ -e $BROOT/dev/urandom ] || mknod $BROOT/dev/urandom c 1 9 [ -e $BROOT/dev/tty ] || mknod $BROOT/dev/tty c 5 0 +[ -e $BROOT/dev/ptmx ] || mknod $BROOT/dev/ptmx c 5 2 |