implement a new sprout command line options mechanism

This commit is contained in:
2025-10-20 18:17:29 -07:00
parent 3d2c31ee1a
commit c749c8d38e
5 changed files with 170 additions and 17 deletions

View File

@@ -0,0 +1,11 @@
version = 1
[extractors.boot.filesystem-device-match]
has-item = "\\EFI\\BOOT\\shell.efi"
[actions.chainload-shell]
chainload.path = "$boot\\EFI\\BOOT\\shell.efi"
[entries.xen]
title = "Boot Shell"
actions = ["chainload-shell"]