summaryrefslogtreecommitdiffstats
path: root/etc/defaults
diff options
context:
space:
mode:
authorsheldonh <sheldonh@FreeBSD.org>2001-12-27 13:41:27 +0000
committersheldonh <sheldonh@FreeBSD.org>2001-12-27 13:41:27 +0000
commit3aee09fd5eb448f8da632ed20a2dedd3380df5b2 (patch)
tree69e6a4dfd4e1e8c2aab2a8a47eeb1b5f7763d5cb /etc/defaults
parent7ee6de3f93457bd63be69aa00d5580bf67e1e647 (diff)
downloadFreeBSD-src-3aee09fd5eb448f8da632ed20a2dedd3380df5b2.zip
FreeBSD-src-3aee09fd5eb448f8da632ed20a2dedd3380df5b2.tar.gz
Re-introduce the fix that delays mounting of network filesystems until
the network is initialized. This was first implemented in rev 1.268 of src/etc/rc, but was backed out at wollman's request. The objection was that the right place for the fix is in mount(8). Having looked at that problem, I find it hard to believe that the hoops one would have to jump through can be justified by the desire for purity alone. Note that there are reported issues surrounding nfsclient kernel support and mount_nfs(8), which currently make NFS an ugly exception to the general case. With this change, systems with non-NFS network filesystems configured for mounting on startup in /etc/fstab are no longer guaranteed to fail on startup.
Diffstat (limited to 'etc/defaults')
-rw-r--r--etc/defaults/rc.conf2
1 files changed, 2 insertions, 0 deletions
diff --git a/etc/defaults/rc.conf b/etc/defaults/rc.conf
index aeeaea8..1f759af 100644
--- a/etc/defaults/rc.conf
+++ b/etc/defaults/rc.conf
@@ -36,6 +36,8 @@ script_name_sep=" " # Change if your startup scripts' names contain spaces
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.
+networkfs_types="nfs:NFS smbfs:SMB portalfs:PORTAL" # List of network
+ # filesystem types for delayed mount at startup.
##############################################################
### Network configuration sub-section ######################
OpenPOWER on IntegriCloud