From 779a645dec2a12cb020e8f4910b467ba2816d398 Mon Sep 17 00:00:00 2001 From: Alex Zenla Date: Sun, 5 Oct 2025 00:18:33 -0700 Subject: [PATCH] carry a sample kernel.sprout.yaml file --- hack/configs/kernel.sprout.yaml | 29 +++++++++++++++++++++++++++++ 1 file changed, 29 insertions(+) create mode 100644 hack/configs/kernel.sprout.yaml diff --git a/hack/configs/kernel.sprout.yaml b/hack/configs/kernel.sprout.yaml new file mode 100644 index 0000000..a6623ca --- /dev/null +++ b/hack/configs/kernel.sprout.yaml @@ -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"]