|
|
57753c |
From e53b49d7d8d1b17b1326e37e6e3674e0ceae0cf9 Mon Sep 17 00:00:00 2001
|
|
|
57753c |
From: Alex Williamson <alex.williamson@redhat.com>
|
|
|
57753c |
Date: Tue, 4 Mar 2014 15:42:30 +0100
|
|
|
57753c |
Subject: [PATCH 7/7] Customize ROM banner timeout
|
|
|
57753c |
|
|
|
57753c |
RH-Author: Alex Williamson <alex.williamson@redhat.com>
|
|
|
57753c |
Message-id: <20140304154230.6292.69267.stgit@bling.home>
|
|
|
57753c |
Patchwork-id: 58011
|
|
|
57753c |
O-Subject: [RHEL7 ipxe PATCH v2 3/3] [rhel7] Customize ROM banner timeout
|
|
|
57753c |
Bugzilla: 857123
|
|
|
57753c |
RH-Acked-by: Gerd Hoffmann <kraxel@redhat.com>
|
|
|
57753c |
RH-Acked-by: Vlad Yasevich <vyasevic@redhat.com>
|
|
|
57753c |
RH-Acked-by: Richard Jones <rjones@redhat.com>
|
|
|
57753c |
RH-Acked-by: Stefan Hajnoczi <stefanha@redhat.com>
|
|
|
57753c |
|
|
|
57753c |
Bugzilla: 857123
|
|
|
57753c |
Upstream: N/A (downstream customization)
|
|
|
57753c |
|
|
|
57753c |
Users want some opportunity to interact with the iPXE shell, but
|
|
|
57753c |
tools like libguestfs want to boot as quickly as possible. Create
|
|
|
57753c |
a compromise by disabling the interactive banner prompt during ROM
|
|
|
57753c |
initialization, but retaining it when we actually attempt to boot
|
|
|
57753c |
from the device.
|
|
|
57753c |
|
|
|
57753c |
Signed-off-by: Alex Williamson <alex.williamson@redhat.com>
|
|
|
57753c |
---
|
|
|
57753c |
src/config/local/general.h | 2 ++
|
|
|
57753c |
1 file changed, 2 insertions(+)
|
|
|
57753c |
create mode 100644 src/config/local/general.h
|
|
|
57753c |
|
|
|
57753c |
Signed-off-by: Miroslav Rezanina <mrezanin@redhat.com>
|
|
|
57753c |
---
|
|
|
57753c |
src/config/local/general.h | 2 ++
|
|
|
57753c |
1 files changed, 2 insertions(+), 0 deletions(-)
|
|
|
57753c |
create mode 100644 src/config/local/general.h
|
|
|
57753c |
|
|
|
57753c |
diff --git a/src/config/local/general.h b/src/config/local/general.h
|
|
|
57753c |
new file mode 100644
|
|
|
57753c |
index 0000000..349d435
|
|
|
57753c |
--- /dev/null
|
|
|
57753c |
+++ b/src/config/local/general.h
|
|
|
57753c |
@@ -0,0 +1,2 @@
|
|
|
57753c |
+#undef ROM_BANNER_TIMEOUT
|
|
|
57753c |
+#define ROM_BANNER_TIMEOUT 0
|
|
|
57753c |
--
|
|
|
57753c |
1.7.1
|
|
|
57753c |
|