diff mbox series

[SRU,D/C/B,linux-kvm] UBUNTU: [Config]: enable KEXEC and KEXEC_FILE

Message ID 20190423164912.15606-2-connor.kuehl@canonical.com
State New
Headers show
Series [SRU,D/C/B,linux-kvm] UBUNTU: [Config]: enable KEXEC and KEXEC_FILE | expand

Commit Message

Connor Kuehl April 23, 2019, 4:49 p.m. UTC
BugLink: https://bugs.launchpad.net/bugs/1799791

This option was initially turned off as part of the minimal KVM config.
However, it is enabled in the master/generic config and its enablement
could allow for some creative applications of linux-kvm.

Signed-off-by: Connor Kuehl <connor.kuehl@canonical.com>
---
 debian.kvm/config/config.common.ubuntu | 4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)
diff mbox series

Patch

diff --git a/debian.kvm/config/config.common.ubuntu b/debian.kvm/config/config.common.ubuntu
index 6eb250217353..0e227e8a7d0c 100644
--- a/debian.kvm/config/config.common.ubuntu
+++ b/debian.kvm/config/config.common.ubuntu
@@ -1240,8 +1240,8 @@  CONFIG_KERNEL_GZIP=y
 # CONFIG_KERNEL_LZO is not set
 # CONFIG_KERNEL_XZ is not set
 CONFIG_KERNFS=y
-# CONFIG_KEXEC is not set
-# CONFIG_KEXEC_FILE is not set
+CONFIG_KEXEC=y
+CONFIG_KEXEC_FILE=y
 CONFIG_KEYS=y
 CONFIG_KEYS_COMPAT=y
 # CONFIG_KEY_DH_OPERATIONS is not set