From e207ac1e12e22efa271884c5ab05eb4526bca8fc Mon Sep 17 00:00:00 2001 From: Bill Nottingham Date: Mon, 17 Nov 2003 19:53:49 +0000 Subject: fix devpts mounting (#110209) --- rc.d/rc.sysinit | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'rc.d/rc.sysinit') diff --git a/rc.d/rc.sysinit b/rc.d/rc.sysinit index fbeb0bed..f6814010 100755 --- a/rc.d/rc.sysinit +++ b/rc.d/rc.sysinit @@ -77,7 +77,7 @@ fi # Start the graphical boot, if necessary; /usr may not be mounted yet, so we # may have to do this again after mounting RHGB_STARTED=0 -mount -n -t devpts /dev/pts /dev/pts +mount -n /dev/pts # Unmount the initrd, if necessary if LC_ALL=C fgrep -q /initrd /proc/mounts && ! LC_ALL=C fgrep -q /initrd/loopfs /proc/mounts ; then -- cgit v1.2.1