Files
sprout/hack/dev/configs/kernel.sprout.toml

11 lines
229 B
TOML

version = 1
[actions.chainload-kernel]
chainload.path = "\\EFI\\BOOT\\kernel.efi"
chainload.options = ["console=hvc0"]
chainload.linux-initrd = "\\initramfs"
[entries.kernel]
title = "Boot Linux"
actions = ["chainload-kernel"]