]> git.proxmox.com Git - pve-qemu-kvm.git/commitdiff
update seabios to 1.7.2.1
authorDietmar Maurer <dietmar@proxmox.com>
Sat, 9 Mar 2013 08:03:13 +0000 (09:03 +0100)
committerDietmar Maurer <dietmar@proxmox.com>
Sat, 9 Mar 2013 08:20:28 +0000 (09:20 +0100)
To fix breebsd boot

Makefile
debian/changelog
qemu-kvm-src.tar.gz

index 402756dbeea8b10e630ae9203cceb4cc810cdd8f..4f15e79f51703c68c9c9b540400c68cd19ccef15 100644 (file)
--- a/Makefile
+++ b/Makefile
@@ -2,7 +2,7 @@ RELEASE=2.3
 
 # also update debian/changelog
 KVMVER=1.4
 
 # also update debian/changelog
 KVMVER=1.4
-KVMPKGREL=6
+KVMPKGREL=7
 
 KVMPACKAGE=pve-qemu-kvm
 KVMDIR=qemu-kvm
 
 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
        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}
        tar czf ${KVMSRC} --exclude CVS --exclude .git --exclude .svn ${KVMDIR}
 
 ${KVM_DEB} kvm: ${KVMSRC}
index dcce665668dd644bd55f5457866c6c6d342e7c0e..eeaa8e947ba9cd530b43c8a9b273d66f5ee4d7f0 100644 (file)
@@ -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 <support@proxmox.com>  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)
 pve-qemu-kvm (1.4-6) unstable; urgency=low
 
   * set default cpu model to kvm64 (to avoid problems with windows activation)
index a53fc5d60444de683ad5fb269382cd4c3f13e008..70839b576478fa775f873a50ccb5fd10e0aa4f1c 100644 (file)
Binary files a/qemu-kvm-src.tar.gz and b/qemu-kvm-src.tar.gz differ