diff options
author | Bill Nottingham <notting@redhat.com> | 2001-07-24 21:08:00 +0000 |
---|---|---|
committer | Bill Nottingham <notting@redhat.com> | 2001-07-24 21:08:00 +0000 |
commit | 68196b57a6a37f786043129e39eb00852e8ad14e (patch) | |
tree | b9c4f925c84d399bd83db886796cd1c3de03a871 /rc.d/rc.sysinit | |
parent | 2604a03f2105ed34bdd08817ee91bb653a478bf0 (diff) | |
download | initscripts-68196b57a6a37f786043129e39eb00852e8ad14e.tar initscripts-68196b57a6a37f786043129e39eb00852e8ad14e.tar.gz initscripts-68196b57a6a37f786043129e39eb00852e8ad14e.tar.bz2 initscripts-68196b57a6a37f786043129e39eb00852e8ad14e.tar.xz initscripts-68196b57a6a37f786043129e39eb00852e8ad14e.zip |
fix netdev umount stuff
Diffstat (limited to 'rc.d/rc.sysinit')
-rwxr-xr-x | rc.d/rc.sysinit | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/rc.d/rc.sysinit b/rc.d/rc.sysinit index 4cd75e86..367f9891 100755 --- a/rc.d/rc.sysinit +++ b/rc.d/rc.sysinit @@ -540,7 +540,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 -O nonetdev +action $"Mounting local filesystems: " mount -a -t nonfs,smbfs,ncpfs -O no_netdev # check remaining quotas other than root if [ X"$_RUN_QUOTACHECK" = X1 -a -x /sbin/quotacheck ]; then |