diff options
author | sobomax <sobomax@FreeBSD.org> | 2005-05-19 23:03:02 +0000 |
---|---|---|
committer | sobomax <sobomax@FreeBSD.org> | 2005-05-19 23:03:02 +0000 |
commit | 9005b02e0e52b786c0782379b364b3cb07d7d358 (patch) | |
tree | 8e5490c9d15ae0ad031a22eae3ccbd92f650349c /sys/boot/common/help.common | |
parent | 2ef561e542e04fd7f977c830558103c0d0ee050a (diff) | |
download | FreeBSD-src-9005b02e0e52b786c0782379b364b3cb07d7d358.zip FreeBSD-src-9005b02e0e52b786c0782379b364b3cb07d7d358.tar.gz |
Extend `autoboot_delay' handling - is this variable is set to -1 don't allow
user to interrupt autoboot process at all. Currently, even when
`autoboot_delay' is set to 0, loader(8) still allows autoboot process to be
interrupted by pressing any key on the console when the loader reads kernel
and modules from the disk. In some cases (i.e. untrusted environment) such
behaviour is highly indesirable and user should not be allowed to interfere
with the autoboot process at all.
Sponsored by: PBXpress Inc.
MFC after: 3 days
Diffstat (limited to 'sys/boot/common/help.common')
-rw-r--r-- | sys/boot/common/help.common | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/sys/boot/common/help.common b/sys/boot/common/help.common index 02bc376..036f06b 100644 --- a/sys/boot/common/help.common +++ b/sys/boot/common/help.common @@ -133,6 +133,8 @@ set autoboot_delay=<value> Sets the default delay for the autoboot command to <value> seconds. + Set value to -1 if you don't want to allow user to interrupt autoboot + process and escape to the loader prompt. ################################################################################ # Tset Sbootfile DSet the default boot file set |