From 9b80ceeda60cc93cb77690ff1e23b98ec5694c78 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Marek=20Marczykowski-G=C3=B3recki?= Date: Tue, 30 Jan 2018 03:22:05 +0100 Subject: [PATCH] lorax-templates-qubes: include additional VM kernels on the image HVM suspend is broken in 4.14.13, on some machines. Lets ease using 4.9 for them. --- lorax-templates-qubes/templates/x86.tmpl | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/lorax-templates-qubes/templates/x86.tmpl b/lorax-templates-qubes/templates/x86.tmpl index ee5449a..0a0d397 100644 --- a/lorax-templates-qubes/templates/x86.tmpl +++ b/lorax-templates-qubes/templates/x86.tmpl @@ -35,6 +35,10 @@ install ${configdir}/grub.conf ${BOOTDIR} install usr/share/anaconda/boot/syslinux-splash.png ${BOOTDIR}/splash.png install boot/memtest* ${BOOTDIR}/memtest +mkdir ${EXTRAKERNELS} +# bypass "chroot" enforced by Lorax parser +install ../../../../yum/qubes-dom0/rpm/kernel-qubes-vm-[0-9]*rpm ${EXTRAKERNELS} + ## install kernels mkdir ${KERNELDIR} <%