add print action

This commit is contained in:
2025-10-05 00:09:53 -07:00
parent a3976919eb
commit b941ee51b0
5 changed files with 39 additions and 24 deletions

View File

@@ -3,6 +3,9 @@ version = 1
[values]
default-options = "tty=hvc0"
[actions.welcome]
print.text = "Welcome to Sprout!"
[actions.chainload-kernel]
chainload.path = "$path"
chainload.options = ["$default-options"]
@@ -12,3 +15,6 @@ entry.title = "Boot Kernel $name"
entry.values.path = "\\EFI\\BOOT\\$name"
entry.actions = ["chainload-kernel"]
values.name = ["kernel.efi"]
[[phases.startup]]
actions = ["welcome"]