aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorBill Nottingham <notting@redhat.com>2003-11-17 19:53:20 +0000
committerBill Nottingham <notting@redhat.com>2003-11-17 19:53:20 +0000
commit08a25f07cd1d7b3e0e830c5a4453a9136ce93e83 (patch)
tree4d86e2a032ba85964dfec31095eedafa8a64489a
parentbbc881c9b8817a3f27ac092ec7acc1d6393a7d4c (diff)
downloadinitscripts-08a25f07cd1d7b3e0e830c5a4453a9136ce93e83.tar
initscripts-08a25f07cd1d7b3e0e830c5a4453a9136ce93e83.tar.gz
initscripts-08a25f07cd1d7b3e0e830c5a4453a9136ce93e83.tar.bz2
initscripts-08a25f07cd1d7b3e0e830c5a4453a9136ce93e83.tar.xz
initscripts-08a25f07cd1d7b3e0e830c5a4453a9136ce93e83.zip
fix devpts mounting (#110209)
-rwxr-xr-xrc.d/rc.sysinit2
1 files changed, 1 insertions, 1 deletions
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