summaryrefslogtreecommitdiffstats
path: root/sys/boot/common/help.common
diff options
context:
space:
mode:
authorsobomax <sobomax@FreeBSD.org>2005-05-19 23:03:02 +0000
committersobomax <sobomax@FreeBSD.org>2005-05-19 23:03:02 +0000
commit9005b02e0e52b786c0782379b364b3cb07d7d358 (patch)
tree8e5490c9d15ae0ad031a22eae3ccbd92f650349c /sys/boot/common/help.common
parent2ef561e542e04fd7f977c830558103c0d0ee050a (diff)
downloadFreeBSD-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.common2
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
OpenPOWER on IntegriCloud