From 4a714a3ed801114ac9314a4ca309a2034ca26c15 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Marek=20Marczykowski-G=C3=B3recki?= Date: Thu, 11 Jun 2015 22:40:03 +0200 Subject: [PATCH] lorax: install additional files needed by syslinux-6.x --- lorax-templates-qubes/templates/x86.tmpl | 3 +++ 1 file changed, 3 insertions(+) diff --git a/lorax-templates-qubes/templates/x86.tmpl b/lorax-templates-qubes/templates/x86.tmpl index 435a3d2..0630ef9 100644 --- a/lorax-templates-qubes/templates/x86.tmpl +++ b/lorax-templates-qubes/templates/x86.tmpl @@ -25,6 +25,9 @@ mkdir ${BOOTDIR} install ${SYSLINUXDIR}/isolinux.bin ${BOOTDIR} install ${SYSLINUXDIR}/vesamenu.c32 ${BOOTDIR} install ${SYSLINUXDIR}/mboot.c32 ${BOOTDIR} +install ${SYSLINUXDIR}/ldlinux.c32 ${BOOTDIR} +install ${SYSLINUXDIR}/libcom32.c32 ${BOOTDIR} +install ${SYSLINUXDIR}/libutil.c32 ${BOOTDIR} install boot/xen*gz ${BOOTDIR}/xen.gz install ${configdir}/isolinux.cfg ${BOOTDIR} install ${configdir}/boot.msg ${BOOTDIR}