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

15 lines
247 B
TOML

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