mirror of
https://github.com/edera-dev/sprout.git
synced 2025-12-19 14:20:18 +00:00
add support for xen boot via standard chainload
This commit is contained in:
@@ -17,11 +17,18 @@ chainload.options = ["$default-options"]
|
||||
[actions.chainload-shell]
|
||||
chainload.path = "\\EFI\\BOOT\\shell.efi"
|
||||
|
||||
[actions.chainload-xen]
|
||||
chainload.path = "\\EFI\\BOOT\\xen.efi"
|
||||
|
||||
[generators.kernels.matrix]
|
||||
entry.title = "Boot Kernel $name"
|
||||
entry.title = "Boot Linux $name"
|
||||
entry.values.path = "\\EFI\\BOOT\\$name"
|
||||
entry.actions = ["chainload-kernel"]
|
||||
values.name = ["kernel.efi"]
|
||||
|
||||
#[entries.xen]
|
||||
#title = "Boot Xen"
|
||||
#actions = ["chainload-xen"]
|
||||
|
||||
[[phases.startup]]
|
||||
actions = ["welcome", "splash"]
|
||||
actions = ["welcome"]
|
||||
|
||||
Reference in New Issue
Block a user