mirror of
https://github.com/edera-dev/sprout.git
synced 2025-12-19 14:20:18 +00:00
21 lines
410 B
TOML
21 lines
410 B
TOML
version = 1
|
|
|
|
[values]
|
|
default-options = "tty=hvc0"
|
|
|
|
[actions.welcome]
|
|
print.text = "Welcome to Sprout!"
|
|
|
|
[actions.chainload-kernel]
|
|
chainload.path = "$path"
|
|
chainload.options = ["$default-options"]
|
|
|
|
[generators.kernels.matrix]
|
|
entry.title = "Boot Kernel $name"
|
|
entry.values.path = "\\EFI\\BOOT\\$name"
|
|
entry.actions = ["chainload-kernel"]
|
|
values.name = ["kernel.efi"]
|
|
|
|
[[phases.startup]]
|
|
actions = ["welcome"]
|