2025-10-04 23:12:01 -07:00
|
|
|
version = 1
|
|
|
|
|
|
|
|
|
|
[values]
|
2025-10-05 03:14:43 -07:00
|
|
|
default-options = "console=hvc0"
|
2025-10-04 23:12:01 -07:00
|
|
|
|
2025-10-05 00:09:53 -07:00
|
|
|
[actions.welcome]
|
|
|
|
|
print.text = "Welcome to Sprout!"
|
|
|
|
|
|
2025-10-05 03:12:00 -07:00
|
|
|
[actions.splash]
|
|
|
|
|
splash.image = "edera-splash.png"
|
|
|
|
|
splash.time = 5
|
|
|
|
|
|
2025-10-04 23:12:01 -07:00
|
|
|
[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"]
|
2025-10-05 00:09:53 -07:00
|
|
|
|
|
|
|
|
[[phases.startup]]
|
2025-10-05 03:12:00 -07:00
|
|
|
actions = ["splash", "welcome"]
|