From: Wolfgang Bumiller Date: Fri, 11 Nov 2016 14:02:09 +0000 (+0100) Subject: Fix #1182: Update EFI roms to include PXE fixes X-Git-Url: https://git.proxmox.com/?p=pve-qemu-kvm.git;a=commitdiff_plain;h=8c6fcd993871a4a1fb9f5f91a499caa991831d96 Fix #1182: Update EFI roms to include PXE fixes --- diff --git a/Makefile b/Makefile index 3b3f77b..43840f0 100644 --- a/Makefile +++ b/Makefile @@ -20,6 +20,11 @@ all: ${DEBS} .PHONY: download download: + @echo "--- ---" + @echo "--- TODO when updating to a new release: ---" + @echo "--- Check if efi-roms-1182.tar.xz is still required. ---" + @echo "--- ---" + @false rm -rf ${KVMDIR} ${KVMSRC} git clone --depth=1 git://git.qemu-project.org/qemu.git -b v${KVMVER} ${KVMDIR} tar czf ${KVMSRC} --exclude CVS --exclude .git --exclude .svn ${KVMDIR} @@ -29,6 +34,7 @@ deb ${DEBS} kvm: ${KVMSRC} rm -f *.deb rm -rf ${KVMDIR} tar xf ${KVMSRC} + tar -C ${KVMDIR} -xJf efi-roms-1182.tar.xz cp -a debian ${KVMDIR}/debian echo "git clone git://git.proxmox.com/git/pve-qemu-kvm.git\\ngit checkout ${GITVERSION}" > ${KVMDIR}/debian/SOURCE # set package version diff --git a/efi-roms-1182.tar.xz b/efi-roms-1182.tar.xz new file mode 100644 index 0000000..d255c1b Binary files /dev/null and b/efi-roms-1182.tar.xz differ