diff options
| author | Maxim Sobolev <sobomax@FreeBSD.org> | 2005-05-19 23:03:02 +0000 |
|---|---|---|
| committer | Maxim Sobolev <sobomax@FreeBSD.org> | 2005-05-19 23:03:02 +0000 |
| commit | 4d87b291ad993a6d5bd6bef337fdff61d9b336be (patch) | |
| tree | 8e5490c9d15ae0ad031a22eae3ccbd92f650349c /sys/boot/forth/loader.conf | |
| parent | cf87ad7afd8bec145966abb7b603380e8904684a (diff) | |
Notes
Diffstat (limited to 'sys/boot/forth/loader.conf')
| -rw-r--r-- | sys/boot/forth/loader.conf | 5 |
1 files changed, 4 insertions, 1 deletions
diff --git a/sys/boot/forth/loader.conf b/sys/boot/forth/loader.conf index 44963575efe6..9b0c9cd927e5 100644 --- a/sys/boot/forth/loader.conf +++ b/sys/boot/forth/loader.conf @@ -42,7 +42,10 @@ loader_color="NO" # Set this to YES to enable splash screen colors ### Loader settings ######################################## ############################################################## -#autoboot_delay="10" # Delay in seconds before autobooting +#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 #beastie_disable="NO" # Turn the beastie boot menu on and off #console="vidconsole" # Set the current console #currdev="disk1s1a" # Set the current device |
