From 95a327deb2d8bf74779254c0860ef075738cfe20 Mon Sep 17 00:00:00 2001 From: Mathieu Date: Wed, 26 Jan 2005 16:18:59 +0000 Subject: [PATCH] Mathieu Doidy: added a mknod for /dev/ptmx in Build-Pkg as Eterm needs it as soon as compile time [2005011617375623561] (https://www.rocklinux.net/submaster) git-svn-id: http://www.rocklinux.org/svn/rock-linux/trunk@5544 c5f82cb5-29bc-0310-9cd0-bff59a50e3bc --- scripts/Build-Pkg | 1 + 1 file changed, 1 insertion(+) diff --git a/scripts/Build-Pkg b/scripts/Build-Pkg index b68d67d39..b903a93e2 100755 --- a/scripts/Build-Pkg +++ b/scripts/Build-Pkg @@ -195,6 +195,7 @@ if [ "$chroot" = 1 ] ; then x_mknod dev/loop/2 b 7 2 x_mknod dev/loop/3 b 7 3 x_mknod dev/tty c 5 0 + x_mknod dev/ptmx c 5 2 if [ ! -L dev/fd ]; then ln -s /proc/self/fd dev/fd