mirror of
https://github.com/edera-dev/sprout.git
synced 2025-12-19 12:10:17 +00:00
Implement splash screen feature.
This commit is contained in:
@@ -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"]
|
||||
|
||||
Reference in New Issue
Block a user