summaryrefslogtreecommitdiff
path: root/payloads
diff options
context:
space:
mode:
authorAlexander Couzens <lynxis@fe80.eu>2021-03-07 19:05:24 +0100
committerAlexander Couzens <lynxis@fe80.eu>2021-03-14 02:41:56 +0000
commit6e4e6207f11e9cdad7310eb15a53d0e653d0a828 (patch)
tree0b352188633c9a9ec6f321aa1f0540dcf5380adb /payloads
parentde89e950a9937645a0ebd89d9c3b102d83f763e5 (diff)
downloadcoreboot-6e4e6207f11e9cdad7310eb15a53d0e653d0a828.tar.xz
payloads/LinuxBoot/u-root: add boot template to u-root
Without the boot template, u-root doesn't include any boot commands. Booting other OS is impossible. Signed-off-by: Alexander Couzens <lynxis@fe80.eu> Change-Id: I7d0742d115715eb40e293e2a8711d1ff20d8970a Reviewed-on: https://review.coreboot.org/c/coreboot/+/51331 Reviewed-by: Arthur Heymans <arthur@aheymans.xyz> Reviewed-by: ron minnich <rminnich@gmail.com> Tested-by: build bot (Jenkins) <no-reply@coreboot.org>
Diffstat (limited to 'payloads')
-rw-r--r--payloads/external/LinuxBoot/Kconfig4
1 files changed, 2 insertions, 2 deletions
diff --git a/payloads/external/LinuxBoot/Kconfig b/payloads/external/LinuxBoot/Kconfig
index c2689e1871..a1e4e1fc0b 100644
--- a/payloads/external/LinuxBoot/Kconfig
+++ b/payloads/external/LinuxBoot/Kconfig
@@ -253,10 +253,10 @@ config LINUXBOOT_UROOT_SHELL
config LINUXBOOT_UROOT_COMMANDS
string "U-root commands"
- default "coreboot-app"
+ default "boot coreboot-app"
help
List of additional modules to include,
- separated by space. (default "coreboot-app")
+ separated by space. (default "boot coreboot-app")
endif #LINUXBOOT_UROOT