dev: remove xen from kernel config (it lives in xen config)

This commit is contained in:
2025-10-16 09:42:33 -07:00
parent b8914d2084
commit 849c13a5a5

View File

@@ -8,13 +8,6 @@ chainload.path = "$boot\\EFI\\BOOT\\kernel.efi"
chainload.options = ["console=hvc0"]
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]
title = "Boot Linux"
actions = ["chainload-kernel"]