change boottimeout to 5 suggested by outofcreativity

This commit is contained in:
purplerain 2024-09-11 19:51:27 +00:00
parent 557639aa7f
commit a55d737f6e
Signed by: purplerain
GPG Key ID: F42C07F07E2E35B7

View File

@ -53,7 +53,7 @@ struct cmd_state cmd;
/* bootprompt can be set by MD code to avoid prompt first time round */
int bootprompt = 1;
char *kernelfile = KERNEL; /* can be changed by MD code */
int boottimeout = 1; /* can be changed by MD code */
int boottimeout = 5; /* can be changed by MD code */
char rnddata[BOOTRANDOM_MAX] __aligned(sizeof(long));
struct rc4_ctx randomctx;