diff options
| author | Christian Brueffer <brueffer@FreeBSD.org> | 2003-07-01 01:03:32 +0000 |
|---|---|---|
| committer | Christian Brueffer <brueffer@FreeBSD.org> | 2003-07-01 01:03:32 +0000 |
| commit | 89a14234bd56c8b4a95bc7141c17270a86ddb3f3 (patch) | |
| tree | d9d8190d9717818860d4682da6fa43bee9c18a79 | |
| parent | ff1db984952159d82e709b06769d9ad790229ee8 (diff) | |
Notes
| -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 51d7a730aea8..18c34d0c0351 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 |
