]> git.proxmox.com Git - pve-qemu-kvm.git/commitdiff
Fix #1182: Update EFI roms to include PXE fixes
authorWolfgang Bumiller <w.bumiller@proxmox.com>
Fri, 11 Nov 2016 14:02:09 +0000 (15:02 +0100)
committerWolfgang Bumiller <w.bumiller@proxmox.com>
Tue, 15 Nov 2016 13:31:42 +0000 (14:31 +0100)
Makefile
efi-roms-1182.tar.xz [new file with mode: 0644]

index 3b3f77bb34f7e8952717822d5f3eef6d8824f0f9..43840f0d740cc52d68fcb593f5e7ec0a6d2194b9 100644 (file)
--- 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 (file)
index 0000000..d255c1b
Binary files /dev/null and b/efi-roms-1182.tar.xz differ