mirror of
https://github.com/edera-dev/sprout.git
synced 2025-12-19 08:30:16 +00:00
carry a sample kernel.sprout.yaml file
This commit is contained in:
29
hack/configs/kernel.sprout.yaml
Normal file
29
hack/configs/kernel.sprout.yaml
Normal file
@@ -0,0 +1,29 @@
|
||||
version: 1
|
||||
|
||||
values:
|
||||
default-options: "tty=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"]
|
||||
Reference in New Issue
Block a user