mirror of
https://github.com/edera-dev/sprout.git
synced 2025-12-19 22:10:17 +00:00
30 lines
479 B
YAML
30 lines
479 B
YAML
version: 1
|
|
|
|
values:
|
|
default-options: "console=hvc0"
|
|
|
|
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"]
|