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

11 lines
229 B
TOML
Raw Normal View History

version = 1
[actions.chainload-kernel]
2025-10-12 20:32:51 -07:00
chainload.path = "\\EFI\\BOOT\\kernel.efi"
chainload.options = ["console=hvc0"]
chainload.linux-initrd = "\\initramfs"
2025-10-05 00:09:53 -07:00
2025-10-12 20:32:51 -07:00
[entries.kernel]
title = "Boot Linux"
actions = ["chainload-kernel"]