move dev stuff to hack/dev

This commit is contained in:
2025-10-12 18:12:22 -07:00
parent b2b916c2b7
commit 46fb31ef99
12 changed files with 14 additions and 14 deletions

View File

@@ -0,0 +1,27 @@
version = 1
[values]
default-options = "initrd=\\initramfs console=hvc0"
[actions.welcome]
print.text = "Welcome to Sprout!"
[actions.splash]
splash.image = "edera-splash.png"
splash.time = 1
[actions.chainload-kernel]
chainload.path = "$path"
chainload.options = ["$default-options"]
[actions.chainload-shell]
chainload.path = "\\EFI\\BOOT\\shell.efi"
[generators.kernels.matrix]
entry.title = "Boot Kernel $name"
entry.values.path = "\\EFI\\BOOT\\$name"
entry.actions = ["chainload-kernel"]
values.name = ["kernel.efi"]
[[phases.startup]]
actions = ["welcome", "splash"]