Files
sprout/hack/dev/configs/shell.sprout.toml

15 lines
261 B
TOML
Raw Normal View History

version = 1
[defaults]
entry = "shell"
[extractors.boot.filesystem-device-match]
has-item = "\\EFI\\BOOT\\shell.efi"
[actions.chainload-shell]
chainload.path = "$boot\\EFI\\BOOT\\shell.efi"
[entries.shell]
title = "Boot Shell"
actions = ["chainload-shell"]