From 69d904f7ab952e0064bfb7074ffaf5e83efdc127 Mon Sep 17 00:00:00 2001 From: dougb Date: Thu, 18 Sep 2003 09:59:37 +0000 Subject: Add a default setting of NO for the gbde auto attach script, and document the options. --- etc/defaults/rc.conf | 5 +++++ 1 file changed, 5 insertions(+) (limited to 'etc') 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. -- cgit v1.1