Date: Thu, 19 May 2005 23:03:02 +0000 (UTC) From: Maxim Sobolev <sobomax@FreeBSD.org> To: src-committers@FreeBSD.org, cvs-src@FreeBSD.org, cvs-all@FreeBSD.org Subject: cvs commit: src/sys/boot/common boot.c help.common loader.8 src/sys/boot/forth loader.conf Message-ID: <200505192303.j4JN32MX077946@repoman.freebsd.org>
next in thread | raw e-mail | index | archive | help
sobomax 2005-05-19 23:03:02 UTC
FreeBSD src repository
Modified files:
sys/boot/common boot.c help.common loader.8
sys/boot/forth loader.conf
Log:
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
Revision Changes Path
1.31 +33 -28 src/sys/boot/common/boot.c
1.39 +2 -0 src/sys/boot/common/help.common
1.79 +31 -0 src/sys/boot/common/loader.8
1.95 +4 -1 src/sys/boot/forth/loader.conf
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?200505192303.j4JN32MX077946>
