From 5d6062133d9d4d8c4313d035669481023a889229 Mon Sep 17 00:00:00 2001 From: steve Date: Wed, 21 Nov 2007 18:55:39 +0000 Subject: [PATCH] 2007-11-21 18:55:39 by steve Mount /dev/pts by default. --- hooks/centos-5/90-make-fstab | 1 + 1 file changed, 1 insertion(+) diff --git a/hooks/centos-5/90-make-fstab b/hooks/centos-5/90-make-fstab index 7803ca4..0c93a0b 100755 --- a/hooks/centos-5/90-make-fstab +++ b/hooks/centos-5/90-make-fstab @@ -65,6 +65,7 @@ cat < ${prefix}/etc/fstab # # proc /proc proc defaults 0 0 +none /dev/pts devpts mode=0620 0 0 E_O_FSTAB for part in `seq 1 ${NUMPARTITIONS}`; do eval "PARTITION=\"\${PARTITION${part}}\""