diff options
Diffstat (limited to 'roms/config.ipxe.general.h')
-rw-r--r-- | roms/config.ipxe.general.h | 4 |
1 files changed, 3 insertions, 1 deletions
diff --git a/roms/config.ipxe.general.h b/roms/config.ipxe.general.h index b3fce5326a..619ee4c157 100644 --- a/roms/config.ipxe.general.h +++ b/roms/config.ipxe.general.h @@ -1,2 +1,4 @@ #undef BANNER_TIMEOUT -#define BANNER_TIMEOUT 0 +#define BANNER_TIMEOUT 30 +#undef ROM_BANNER_TIMEOUT +#define ROM_BANNER_TIMEOUT 0 |