aboutsummaryrefslogtreecommitdiffstats
path: root/rc.d/rc.sysinit
diff options
context:
space:
mode:
authorBill Nottingham <notting@redhat.com>2004-01-27 20:30:27 +0000
committerBill Nottingham <notting@redhat.com>2004-01-27 20:30:27 +0000
commitd39c8b78395e699f2c69f2dcb3adf13765860bc1 (patch)
tree4fce72d9a240f49fd5bb6ff1385239e865ad9ddd /rc.d/rc.sysinit
parent842261ee6fc9d8e3f2f9339b22efdc8328d7b8d1 (diff)
downloadinitscripts-d39c8b78395e699f2c69f2dcb3adf13765860bc1.tar
initscripts-d39c8b78395e699f2c69f2dcb3adf13765860bc1.tar.gz
initscripts-d39c8b78395e699f2c69f2dcb3adf13765860bc1.tar.bz2
initscripts-d39c8b78395e699f2c69f2dcb3adf13765860bc1.tar.xz
initscripts-d39c8b78395e699f2c69f2dcb3adf13765860bc1.zip
fix mount invocation
Diffstat (limited to 'rc.d/rc.sysinit')
-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 25f35cd2..3952ec36 100755
--- a/rc.d/rc.sysinit
+++ b/rc.d/rc.sysinit
@@ -582,7 +582,7 @@ fi
# Mount all other filesystems (except for NFS and /proc, which is already
# mounted). Contrary to standard usage,
# filesystems are NOT unmounted in single user mode.
-action $"Mounting local filesystems: " mount -a -t nonfs,nonfs4,smbfs,ncpfs -O no_netdev
+action $"Mounting local filesystems: " mount -a -t nonfs,nfs4,smbfs,ncpfs -O no_netdev
# Start the graphical boot, if necessary and not done yet.
if fgrep rhgb /proc/cmdline > /dev/null 2>&1 && [ "$RHGB_STARTED" -eq 0 -a "$BOOTUP" = "color" -a "$GRAPHICAL" = "yes" -a -x /usr/bin/rhgb ]; then