mirror of
https://github.com/edera-dev/sprout.git
synced 2025-12-19 22:10:17 +00:00
25 lines
492 B
TOML
25 lines
492 B
TOML
version = 1
|
|
|
|
[values]
|
|
default-options = "console=hvc0"
|
|
|
|
[actions.welcome]
|
|
print.text = "Welcome to Sprout!"
|
|
|
|
[actions.splash]
|
|
splash.image = "edera-splash.png"
|
|
splash.time = 5
|
|
|
|
[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 = ["splash", "welcome"]
|