mirror of
https://github.com/edera-dev/sprout.git
synced 2025-12-19 16:50:17 +00:00
12 lines
231 B
TOML
12 lines
231 B
TOML
|
|
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"]
|