mirror of
https://github.com/edera-dev/sprout.git
synced 2025-12-19 14:20:18 +00:00
implement a new sprout command line options mechanism
This commit is contained in:
11
hack/dev/configs/shell.sprout.toml
Normal file
11
hack/dev/configs/shell.sprout.toml
Normal 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"]
|
||||
Reference in New Issue
Block a user