diff options
author | Roy Marples <roy@marples.name> | 2008-01-31 17:18:39 +0000 |
---|---|---|
committer | Roy Marples <roy@marples.name> | 2008-01-31 17:18:39 +0000 |
commit | cf567c844fa0fcef5f190ce21a805db9b9ed7ffb (patch) | |
tree | 16652788f0a60d6d817c962e4139a8aa86319a9a /etc | |
parent | 492a8f87cfa405e9c880b3539e44f24204ffd7fb (diff) |
Remove rc_force_auto as users can now specify -y in fsck_args.
Diffstat (limited to 'etc')
-rw-r--r-- | etc/rc.conf | 7 |
1 files changed, 0 insertions, 7 deletions
diff --git a/etc/rc.conf b/etc/rc.conf index 041dd3ba..c3347996 100644 --- a/etc/rc.conf +++ b/etc/rc.conf @@ -41,13 +41,6 @@ rc_coldplug="YES" # This allows net.wlan and any service not matching net.* to be plugged. rc_plug_services="" -# rc_force_auto tries its best to prevent user interaction during the boot and -# shutdown process. For example, fsck will automatically be run or volumes -# remounted to create proper directory trees. This feature can be dangerous -# and is meant ONLY for headless machines where getting a physical console -# hooked up is a huge pita. -rc_force_auto="NO" - # rc_logger launches a logging daemon to log the entire rc process to # /var/log/rc.log rc_logger="NO" |