mirror of
https://github.com/edera-dev/sprout.git
synced 2025-12-19 17:30:17 +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"]
|
||||
|
||||
7
hack/dev/configs/xen.cfg
Normal file
7
hack/dev/configs/xen.cfg
Normal file
@@ -0,0 +1,7 @@
|
||||
[global]
|
||||
default=sprout
|
||||
|
||||
[sprout]
|
||||
options=console=hvc0
|
||||
kernel=\EFI\BOOT\KERNEL.EFI
|
||||
ramdisk=\initramfs
|
||||
Reference in New Issue
Block a user