summaryrefslogtreecommitdiffstats
path: root/etc
diff options
context:
space:
mode:
authordougb <dougb@FreeBSD.org>2003-09-18 09:59:37 +0000
committerdougb <dougb@FreeBSD.org>2003-09-18 09:59:37 +0000
commit69d904f7ab952e0064bfb7074ffaf5e83efdc127 (patch)
tree730062c12fc4b733ede82f9eb154ed1926afe208 /etc
parent1087d4752210c05aabec84357cd61532f35eb297 (diff)
downloadFreeBSD-src-69d904f7ab952e0064bfb7074ffaf5e83efdc127.zip
FreeBSD-src-69d904f7ab952e0064bfb7074ffaf5e83efdc127.tar.gz
Add a default setting of NO for the gbde auto attach script, and
document the options.
Diffstat (limited to 'etc')
-rw-r--r--etc/defaults/rc.conf5
1 files changed, 5 insertions, 0 deletions
diff --git a/etc/defaults/rc.conf b/etc/defaults/rc.conf
index b88a9dc..1496afc 100644
--- a/etc/defaults/rc.conf
+++ b/etc/defaults/rc.conf
@@ -41,6 +41,11 @@ removable_interfaces="" # Removable network interfaces for /etc/pccard_ether.
local_startup="/usr/local/etc/rc.d /usr/X11R6/etc/rc.d" # startup script dirs.
script_name_sep=" " # Change if your startup scripts' names contain spaces
rc_conf_files="/etc/rc.conf /etc/rc.conf.local"
+
+# Experimental - test before enabling
+gbde_autoattach_all="NO" # YES automatically mounts gbde devices from fstab
+gbde_devices="NO" # Devices to automatically attach (list, or AUTO)
+
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.
OpenPOWER on IntegriCloud