mirror of
https://github.com/edera-dev/sprout.git
synced 2025-12-19 10:10:17 +00:00
for dev, use simplified configuration
This commit is contained in:
@@ -1,26 +1,10 @@
|
|||||||
version = 1
|
version = 1
|
||||||
|
|
||||||
[values]
|
|
||||||
default-options = "console=hvc0"
|
|
||||||
initramfs = "\\initramfs"
|
|
||||||
|
|
||||||
[actions.welcome]
|
|
||||||
print.text = "Welcome to Sprout!"
|
|
||||||
|
|
||||||
[actions.splash]
|
|
||||||
splash.image = "edera-splash.png"
|
|
||||||
splash.time = 1
|
|
||||||
|
|
||||||
[actions.chainload-kernel]
|
[actions.chainload-kernel]
|
||||||
chainload.path = "$path"
|
chainload.path = "\\EFI\\BOOT\\kernel.efi"
|
||||||
chainload.options = ["$default-options"]
|
chainload.options = ["console=hvc0"]
|
||||||
chainload.linux-initrd = "$initramfs"
|
chainload.linux-initrd = "\\initramfs"
|
||||||
|
|
||||||
[generators.kernels.matrix]
|
[entries.kernel]
|
||||||
entry.title = "Boot Linux $name"
|
title = "Boot Linux"
|
||||||
entry.values.path = "\\EFI\\BOOT\\$name"
|
actions = ["chainload-kernel"]
|
||||||
entry.actions = ["chainload-kernel"]
|
|
||||||
values.name = ["kernel.efi"]
|
|
||||||
|
|
||||||
[[phases.startup]]
|
|
||||||
actions = ["welcome"]
|
|
||||||
|
|||||||
Reference in New Issue
Block a user