aboutsummaryrefslogtreecommitdiff
path: root/etc/defaults/rc.conf
diff options
context:
space:
mode:
authorGordon Tetlow <gordon@FreeBSD.org>2003-06-01 01:43:37 +0000
committerGordon Tetlow <gordon@FreeBSD.org>2003-06-01 01:43:37 +0000
commit25c01919eb09050d485042031fe0a908b895523b (patch)
treef2d37f3ad614a0490abb449ed36301b26842395e /etc/defaults/rc.conf
parentc25f3cbff7bfea0f1fcdc090fd29e49a8c6b21b0 (diff)
downloadsrc-25c01919eb09050d485042031fe0a908b895523b.tar.gz
src-25c01919eb09050d485042031fe0a908b895523b.zip
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.
Notes
Notes: svn path=/head/; revision=115585
Diffstat (limited to 'etc/defaults/rc.conf')
-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 37e449f78b54..594f55b54429 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).