commit | 323bfa5e7019f1057e577ec66d2812a20e6a61f4 | [log] [tgz] |
---|---|---|
author | Heinrich Schuchardt <heinrich.schuchardt@canonical.com> | Wed Feb 08 09:57:00 2023 +0100 |
committer | Heinrich Schuchardt <heinrich.schuchardt@canonical.com> | Fri Feb 10 13:05:40 2023 +0100 |
tree | 9d19965c6f0a604a05c0af30630bfebc8c3cfb7e | |
parent | aecf40ede488d783e5f828c0a3423f429dac1f3f [diff] [blame] |
efi_loader: enable eficonfig command by default The eficonfig command is required to set boot options. Signed-off-by: Heinrich Schuchardt <heinrich.schuchardt@canonical.com>
diff --git a/cmd/Kconfig b/cmd/Kconfig index aef99d2..2caa4af 100644 --- a/cmd/Kconfig +++ b/cmd/Kconfig
@@ -2000,6 +2000,7 @@ config CMD_EFICONFIG bool "eficonfig - provide menu-driven uefi variables maintenance interface" + default y if !HAS_BOARD_SIZE_LIMIT depends on CMD_BOOTEFI_BOOTMGR select MENU help