Implement splash screen feature.

This commit is contained in:
2025-10-05 03:12:00 -07:00
parent 779a645dec
commit 3101829103
101 changed files with 30504 additions and 6 deletions

View File

@@ -6,6 +6,10 @@ default-options = "tty=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"]
@@ -17,4 +21,4 @@ entry.actions = ["chainload-kernel"]
values.name = ["kernel.efi"]
[[phases.startup]]
actions = ["welcome"]
actions = ["splash", "welcome"]