summaryrefslogtreecommitdiffstats
path: root/etc/defaults
diff options
context:
space:
mode:
authorgordon <gordon@FreeBSD.org>2003-06-01 01:43:37 +0000
committergordon <gordon@FreeBSD.org>2003-06-01 01:43:37 +0000
commit9e4887bad8511156504cb280a4cdf4549c7a8487 (patch)
treef2d37f3ad614a0490abb449ed36301b26842395e /etc/defaults
parentfb023b686e685647dd3c62116d5e17c90c9f6f88 (diff)
downloadFreeBSD-src-9e4887bad8511156504cb280a4cdf4549c7a8487.zip
FreeBSD-src-9e4887bad8511156504cb280a4cdf4549c7a8487.tar.gz
Move networkfs_types from mountcritlocal into defaults/rc.conf as netfs_types.
Also add logic into mountcritremote to add extra_netfs_types to the list. This unbreaks putting smbfs, portalfs and now nwfs in fstab.
Diffstat (limited to 'etc/defaults')
-rw-r--r--etc/defaults/rc.conf1
1 files changed, 1 insertions, 0 deletions
diff --git a/etc/defaults/rc.conf b/etc/defaults/rc.conf
index 37e449f..594f55b 100644
--- a/etc/defaults/rc.conf
+++ b/etc/defaults/rc.conf
@@ -44,6 +44,7 @@ rc_conf_files="/etc/rc.conf /etc/rc.conf.local"
fsck_y_enable="NO" # Set to YES to do fsck -y if the initial preen fails.
background_fsck="YES" # Attempt to run fsck in the background where possible.
background_fsck_delay="60" # Time to wait (seconds) before starting the fsck.
+netfs_types="nfs:NFS smbfs:SMB portalfs:PORTAL nwfs:NWFS" # Net filesystems.
extra_netfs_types="NO" # List of network extra filesystem types for delayed
# mount at startup (or NO).
OpenPOWER on IntegriCloud