LAVA: ipxe patch for base kvm iso
[lttng-ci.git] / lava / ipxe / 0001-Enable-console-and-reboot-command.patch
1 From 77db3e129cebc2d715a8262bd16914404c446370 Mon Sep 17 00:00:00 2001
2 From: Jonathan Rajotte <jonathan.rajotte-julien@efficios.com>
3 Date: Thu, 15 Nov 2018 17:17:15 -0500
4 Subject: [PATCH] Enable console and reboot command
5
6 Signed-off-by: Jonathan Rajotte <jonathan.rajotte-julien@efficios.com>
7 ---
8 src/config/console.h | 2 +-
9 src/config/general.h | 2 +-
10 2 files changed, 2 insertions(+), 2 deletions(-)
11
12 diff --git a/src/config/console.h b/src/config/console.h
13 index 9f770d09..62a8c792 100644
14 --- a/src/config/console.h
15 +++ b/src/config/console.h
16 @@ -34,7 +34,7 @@ FILE_LICENCE ( GPL2_OR_LATER_OR_UBDL );
17 *
18 */
19
20 -//#define CONSOLE_SERIAL /* Serial port console */
21 +#define CONSOLE_SERIAL /* Serial port console */
22 //#define CONSOLE_FRAMEBUFFER /* Graphical framebuffer console */
23 //#define CONSOLE_SYSLOG /* Syslog console */
24 //#define CONSOLE_SYSLOGS /* Encrypted syslog console */
25 diff --git a/src/config/general.h b/src/config/general.h
26 index 3c14a2cd..cf09d7fe 100644
27 --- a/src/config/general.h
28 +++ b/src/config/general.h
29 @@ -142,7 +142,7 @@ FILE_LICENCE ( GPL2_OR_LATER_OR_UBDL );
30 //#define LOTEST_CMD /* Loopback testing commands */
31 //#define VLAN_CMD /* VLAN commands */
32 //#define PXE_CMD /* PXE commands */
33 -//#define REBOOT_CMD /* Reboot command */
34 +#define REBOOT_CMD /* Reboot command */
35 //#define POWEROFF_CMD /* Power off command */
36 //#define IMAGE_TRUST_CMD /* Image trust management commands */
37 //#define PCI_CMD /* PCI commands */
38 --
39 2.17.1
40
This page took 0.02984 seconds and 4 git commands to generate.