mirror of
https://github.com/flatcar/scripts.git
synced 2026-03-04 04:51:43 +01:00
Our Xen configs don't currently work because xen grub uses a special code path in grub that does not support zstd compressed kernels. We switched kernel compression to zstd two years ago. The only grub xen config that supports this is xen-pvh. Switch our grub xen to the pvh and adapt configs to run domU in PVH mode. With this change the pygrub config works. Signed-off-by: Jeremi Piotrowski <jpiotrowski@microsoft.com>