diff options
author | brueffer <brueffer@FreeBSD.org> | 2003-07-01 01:03:32 +0000 |
---|---|---|
committer | brueffer <brueffer@FreeBSD.org> | 2003-07-01 01:03:32 +0000 |
commit | d6dcd053351b0c9f8d6feb065e08cdd23c01f3ad (patch) | |
tree | d9d8190d9717818860d4682da6fa43bee9c18a79 /sys/boot | |
parent | 3acfb762b53b28f27f964b600e2f1c8bf8c4cc9c (diff) | |
download | FreeBSD-src-d6dcd053351b0c9f8d6feb065e08cdd23c01f3ad.zip FreeBSD-src-d6dcd053351b0c9f8d6feb065e08cdd23c01f3ad.tar.gz |
Add the beastie_disable variable which allows to turn the beastie
boot menu on and off.
Reviewed by: scottl
Diffstat (limited to 'sys/boot')
-rw-r--r-- | sys/boot/forth/loader.conf | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/sys/boot/forth/loader.conf b/sys/boot/forth/loader.conf index 51d7a73..18c34d0 100644 --- a/sys/boot/forth/loader.conf +++ b/sys/boot/forth/loader.conf @@ -46,6 +46,7 @@ bitmap_type="splash_image_data" # and place it on the module_path ############################################################## #autoboot_delay="10" # Delay in seconds before autobooting +#beastie_disable="NO" # Turn the beastie boot menu on and off #console="vidconsole" # Set the current console #currdev="disk1s1a" # Set the current device module_path="/boot/kernel;/boot/modules" # Set the module search path |