From 7cbe19913e865b9828d220a698e5b208a32c7348 Mon Sep 17 00:00:00 2001 From: Bill Nottingham Date: Tue, 17 Jul 2001 16:13:22 +0000 Subject: use -O nonetdev; require new mount package --- 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 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 -- cgit v1.2.1