diff options
author | Gerd Hoffmann <kraxel@redhat.com> | 2013-03-25 09:07:40 +0100 |
---|---|---|
committer | Gerd Hoffmann <kraxel@redhat.com> | 2013-03-25 09:07:40 +0100 |
commit | 95ca557d5cfc1ef69ba9708ded552f389afe643d (patch) | |
tree | b8a6397f8cb159e7e3b83bf24162d95033772ce3 /roms/config.ipxe.general.h | |
parent | fe6344a05fba26e16863fefcb823242e579b0991 (diff) |
ipxe: disable two second timeout
Signed-off-by: Gerd Hoffmann <kraxel@redhat.com>
Diffstat (limited to 'roms/config.ipxe.general.h')
-rw-r--r-- | roms/config.ipxe.general.h | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/roms/config.ipxe.general.h b/roms/config.ipxe.general.h new file mode 100644 index 0000000000..b3fce5326a --- /dev/null +++ b/roms/config.ipxe.general.h @@ -0,0 +1,2 @@ +#undef BANNER_TIMEOUT +#define BANNER_TIMEOUT 0 |