Files
sprout/hack/configs/kernel.sprout.yaml

30 lines
479 B
YAML
Raw Normal View History

2025-10-05 00:18:33 -07:00
version: 1
values:
2025-10-05 03:14:43 -07:00
default-options: "console=hvc0"
2025-10-05 00:18:33 -07:00
phases:
startup:
- actions: ["welcome"]
actions:
welcome:
print:
text: "Welcome to Sprout!"
chainload-kernel:
chainload:
path: "$path"
options:
- "$default-options"
generators:
kernels:
matrix:
entry:
title: "Boot Kernel $name"
values:
path: "\\EFI\\BOOT\\$name"
actions: ["chainload-kernel"]
values:
name: ["kernel.efi"]