From 20cc289abf7a7e7b3577add56675001ae835c143 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Marek=20Marczykowski-G=C3=B3recki?= Date: Wed, 28 Aug 2013 11:56:28 +0200 Subject: [PATCH] Install hypervisor binary as xen.gz, regardless of version We've drop xen.gz symlink from xen package to not duplicate grub entries, but here we need only xen.gz file. --- lorax-templates-qubes/templates/x86.tmpl | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/lorax-templates-qubes/templates/x86.tmpl b/lorax-templates-qubes/templates/x86.tmpl index 92393da..7781067 100644 --- a/lorax-templates-qubes/templates/x86.tmpl +++ b/lorax-templates-qubes/templates/x86.tmpl @@ -18,7 +18,7 @@ mkdir ${BOOTDIR} install ${SYSLINUXDIR}/isolinux.bin ${BOOTDIR} install ${SYSLINUXDIR}/vesamenu.c32 ${BOOTDIR} install ${SYSLINUXDIR}/mboot.c32 ${BOOTDIR} -install boot/xen*gz ${BOOTDIR} +install boot/xen*gz ${BOOTDIR}/xen.gz install ${configdir}/isolinux.cfg ${BOOTDIR} install ${configdir}/boot.msg ${BOOTDIR} install ${configdir}/grub.conf ${BOOTDIR}