From: Dietmar Maurer Date: Sat, 9 Mar 2013 08:03:13 +0000 (+0100) Subject: update seabios to 1.7.2.1 X-Git-Url: https://git.proxmox.com/?p=pve-qemu-kvm.git;a=commitdiff_plain;h=3ea880584bdcb2f97516f234fb54420b032a46a7 update seabios to 1.7.2.1 To fix breebsd boot --- diff --git a/Makefile b/Makefile index 402756d..4f15e79 100644 --- a/Makefile +++ b/Makefile @@ -2,7 +2,7 @@ RELEASE=2.3 # also update debian/changelog KVMVER=1.4 -KVMPKGREL=6 +KVMPKGREL=7 KVMPACKAGE=pve-qemu-kvm KVMDIR=qemu-kvm @@ -19,6 +19,8 @@ download: rm -rf ${KVMDIR} ${KVMSRC} git clone git://git.qemu-project.org/qemu.git -b master ${KVMDIR} cd ${KVMDIR}; git checkout -b local v1.4.0 + # update to seabios 1.7.2.1 + cd ${KVMDIR}; git cherry-pick 5c75fb10029c5fd1e705a6ef5d698fbea06c7a33 tar czf ${KVMSRC} --exclude CVS --exclude .git --exclude .svn ${KVMDIR} ${KVM_DEB} kvm: ${KVMSRC} diff --git a/debian/changelog b/debian/changelog index dcce665..eeaa8e9 100644 --- a/debian/changelog +++ b/debian/changelog @@ -1,3 +1,9 @@ +pve-qemu-kvm (1.4-7) unstable; urgency=low + + * update seabios to 1.7.2.1 (fix freebsd boot) + + -- Proxmox Support Team Sat, 09 Mar 2013 09:02:48 +0100 + pve-qemu-kvm (1.4-6) unstable; urgency=low * set default cpu model to kvm64 (to avoid problems with windows activation) diff --git a/qemu-kvm-src.tar.gz b/qemu-kvm-src.tar.gz index a53fc5d..70839b5 100644 Binary files a/qemu-kvm-src.tar.gz and b/qemu-kvm-src.tar.gz differ