mirror of
https://github.com/edera-dev/sprout.git
synced 2025-12-19 15:40:16 +00:00
dev: remove xen from kernel config (it lives in xen config)
This commit is contained in:
@@ -8,13 +8,6 @@ chainload.path = "$boot\\EFI\\BOOT\\kernel.efi"
|
|||||||
chainload.options = ["console=hvc0"]
|
chainload.options = ["console=hvc0"]
|
||||||
chainload.linux-initrd = "$boot\\initramfs"
|
chainload.linux-initrd = "$boot\\initramfs"
|
||||||
|
|
||||||
[actions.chainload-xen]
|
|
||||||
chainload.path = "$boot\\EFI\\BOOT\\xen.efi"
|
|
||||||
|
|
||||||
[entries.xen]
|
|
||||||
title = "Boot Xen"
|
|
||||||
actions = ["chainload-xen"]
|
|
||||||
|
|
||||||
[entries.kernel]
|
[entries.kernel]
|
||||||
title = "Boot Linux"
|
title = "Boot Linux"
|
||||||
actions = ["chainload-kernel"]
|
actions = ["chainload-kernel"]
|
||||||
|
|||||||
Reference in New Issue
Block a user