mirror of
https://github.com/ipxe/ipxe
synced 2025-12-28 18:42:53 +03:00
[cmdline] Added configurable shell banner timeout
This change allows the time for which shell banners are displayed to be configured in the config.h file. The ability to access the shell can also be effectively disabled by setting this timeout to zero.
This commit is contained in:
committed by
Michael Brown
parent
6b58992318
commit
833447392d
@@ -58,6 +58,8 @@
|
||||
*/
|
||||
#define TIMER_BIOS /* 18Hz BIOS timer */
|
||||
#define TIMER_RDTSC /* CPU TimeStamp Counter timer */
|
||||
#define BANNER_TIMEOUT 20 /* Tenths of a second for which the shell
|
||||
banner should appear */
|
||||
|
||||
/* @END general.h */
|
||||
|
||||
|
||||
Reference in New Issue
Block a user