From 49b30ffbab0f0785cce807943b07189ebd430a1c Mon Sep 17 00:00:00 2001 From: Stefan Fiedler Date: Wed, 27 Oct 2004 03:37:22 +0000 Subject: [PATCH] Stefan Fiedler: scripts/Build-Pkg: create a tty device file if none exists and $chroot=1 Index: scripts/Build-Pkg =================================================================== [2004101900062719347] (https://www.rocklinux.net/submaster) git-svn-id: http://www.rocklinux.org/svn/rock-linux/trunk@4614 c5f82cb5-29bc-0310-9cd0-bff59a50e3bc --- scripts/Build-Pkg | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/scripts/Build-Pkg b/scripts/Build-Pkg index f91e5ada9..20cf730e4 100755 --- a/scripts/Build-Pkg +++ b/scripts/Build-Pkg @@ -193,7 +193,7 @@ if [ "$chroot" = 1 ] ; then x_mknod dev/loop/1 b 7 1 x_mknod dev/loop/2 b 7 2 x_mknod dev/loop/3 b 7 3 - #_mknod dev/tty c 5 0 + x_mknod dev/tty c 5 0 if [ ! -L dev/fd ]; then ln -s /proc/self/fd dev/fd