summaryrefslogtreecommitdiffstats
path: root/templates
diff options
context:
space:
mode:
authorJames Meyer <james.meyer@operamail.com>2008-10-04 04:10:35 (GMT)
committerJames Meyer <james.meyer@operamail.com>2008-10-04 04:10:35 (GMT)
commitd63abecec6eb30923a11db85cf0b08229499f147 (patch)
tree13bdd332dfad6a6d79defe6d003fa0aefc7173aa /templates
parenta343f779dab7d963d5e58b484cd81aaa19f029b5 (diff)
downloadlinhes_dev-d63abecec6eb30923a11db85cf0b08229499f147.zip
add /dev/ptmx
Diffstat (limited to 'templates')
-rw-r--r--templates/enter_dev_chroot.sh1
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