From 2c822a5b7393f63a76b6c339490852ffb5f52f5e Mon Sep 17 00:00:00 2001 From: Ruslan Ermilov Date: Wed, 26 Sep 2007 08:38:25 +0000 Subject: [PATCH] Mention that autoboot_delay also accepts the "NO" value. Approved by: re (kensmith) --- sys/boot/forth/loader.conf | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/sys/boot/forth/loader.conf b/sys/boot/forth/loader.conf index 5bcb6fe788d..abdc8d56a04 100644 --- a/sys/boot/forth/loader.conf +++ b/sys/boot/forth/loader.conf @@ -44,7 +44,8 @@ bitmap_type="splash_image_data" # and place it on the module_path #autoboot_delay="10" # Delay in seconds before autobooting, # set to -1 if you don't want user to be # allowed to interrupt autoboot process and - # escape to the loader prompt + # escape to the loader prompt, set to + # "NO" to disable autobooting #beastie_disable="NO" # Turn the beastie boot menu on and off #loader_logo="fbsdbw" # Desired logo: fbsdbw, beastiebw, beastie, none #comconsole_speed="9600" # Set the current serial console speed