aboutsummaryrefslogtreecommitdiffstats
path: root/rc.d/rc.sysinit
diff options
context:
space:
mode:
authorBill Nottingham <notting@redhat.com>2001-07-17 16:13:22 +0000
committerBill Nottingham <notting@redhat.com>2001-07-17 16:13:22 +0000
commit7cbe19913e865b9828d220a698e5b208a32c7348 (patch)
treef2a7b0cbacba9afd8d805d8a96ca45d56a191c40 /rc.d/rc.sysinit
parent51e3f0296b7ac212d31af5f8f0a67b6a2c139d87 (diff)
downloadinitscripts-7cbe19913e865b9828d220a698e5b208a32c7348.tar
initscripts-7cbe19913e865b9828d220a698e5b208a32c7348.tar.gz
initscripts-7cbe19913e865b9828d220a698e5b208a32c7348.tar.bz2
initscripts-7cbe19913e865b9828d220a698e5b208a32c7348.tar.xz
initscripts-7cbe19913e865b9828d220a698e5b208a32c7348.zip
use -O nonetdev; require new mount package
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 153c5b44..64cb7911 100755
--- a/rc.d/rc.sysinit
+++ b/rc.d/rc.sysinit
@@ -531,7 +531,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,smbfs,ncpfs
+action $"Mounting local filesystems: " mount -a -t nonfs,smbfs,ncpfs -O nonetdev
if [ X"$_RUN_QUOTACHECK" = X1 -a -x /sbin/quotacheck ]; then
if [ -x /sbin/convertquota ]; then