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