[pve-devel] r5656 - in pve-qemu-kvm/trunk: . debian
svn-commits at proxmox.com
svn-commits at proxmox.com
Tue Mar 8 07:35:41 CET 2011
Author: dietmar
Date: 2011-03-08 07:35:40 +0100 (Tue, 08 Mar 2011)
New Revision: 5656
Modified:
pve-qemu-kvm/trunk/Makefile
pve-qemu-kvm/trunk/debian/changelog
pve-qemu-kvm/trunk/debian/rules
Log:
fix vgabios install
Modified: pve-qemu-kvm/trunk/Makefile
===================================================================
--- pve-qemu-kvm/trunk/Makefile 2011-03-08 05:32:54 UTC (rev 5655)
+++ pve-qemu-kvm/trunk/Makefile 2011-03-08 06:35:40 UTC (rev 5656)
@@ -2,7 +2,7 @@
# also update debian/changelog
KVMVER=0.14.0
-KVMPKGREL=1
+KVMPKGREL=2
KVMPACKAGE=pve-qemu-kvm
KVMDIR=qemu-kvm
Modified: pve-qemu-kvm/trunk/debian/changelog
===================================================================
--- pve-qemu-kvm/trunk/debian/changelog 2011-03-08 05:32:54 UTC (rev 5655)
+++ pve-qemu-kvm/trunk/debian/changelog 2011-03-08 06:35:40 UTC (rev 5656)
@@ -1,3 +1,9 @@
+pve-qemu-kvm (0.14.0-2) unstable; urgency=low
+
+ * also install vgabios-qxl.bin vgabios-stdvga.bin vgabios-vmware.bin
+
+ -- Proxmox Support Team <support at proxmox.com> Tue, 08 Mar 2011 07:33:51 +0100
+
pve-qemu-kvm (0.14.0-1) unstable; urgency=low
* update to 0.14.0
Modified: pve-qemu-kvm/trunk/debian/rules
===================================================================
--- pve-qemu-kvm/trunk/debian/rules 2011-03-08 05:32:54 UTC (rev 5655)
+++ pve-qemu-kvm/trunk/debian/rules 2011-03-08 06:35:40 UTC (rev 5656)
@@ -85,7 +85,7 @@
# install gPXE bios images
install -m0644 debian/roms/*.bin $(destdir)/usr/share/kvm
- for f in bios vgabios vgabios-cirrus; do \
+ for f in bios vgabios vgabios-cirrus vgabios-qxl vgabios-stdvga vgabios-vmware; do \
install -m 0644 pc-bios/$$f.bin $(destdir)/usr/share/kvm/$$f.bin; \
done
More information about the pve-devel
mailing list