mirror of
https://github.com/edera-dev/sprout.git
synced 2025-12-19 21:20:17 +00:00
14 lines
319 B
TOML
14 lines
319 B
TOML
version = 1
|
|
|
|
[extractors.boot.filesystem-device-match]
|
|
has-item = "\\EFI\\BOOT\\kernel.efi"
|
|
|
|
[actions.chainload-kernel]
|
|
chainload.path = "$boot\\EFI\\BOOT\\kernel.efi"
|
|
chainload.options = ["console=hvc0"]
|
|
chainload.linux-initrd = "$boot\\initramfs"
|
|
|
|
[entries.kernel]
|
|
title = "Boot Linux"
|
|
actions = ["chainload-kernel"]
|