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>
This commit is contained in:
parent
de89e950a9
commit
6e4e6207f1
|
@ -253,10 +253,10 @@ config LINUXBOOT_UROOT_SHELL
|
||||||
|
|
||||||
config LINUXBOOT_UROOT_COMMANDS
|
config LINUXBOOT_UROOT_COMMANDS
|
||||||
string "U-root commands"
|
string "U-root commands"
|
||||||
default "coreboot-app"
|
default "boot coreboot-app"
|
||||||
help
|
help
|
||||||
List of additional modules to include,
|
List of additional modules to include,
|
||||||
separated by space. (default "coreboot-app")
|
separated by space. (default "boot coreboot-app")
|
||||||
|
|
||||||
endif #LINUXBOOT_UROOT
|
endif #LINUXBOOT_UROOT
|
||||||
|
|
||||||
|
|
Loading…
Reference in New Issue