[pve-devel] [PATCH pve-qemu-kvm] fix #991: Can't install Win7/8
Wolfgang Link
w.link at proxmox.com
Wed May 11 14:30:36 CEST 2016
---
Makefile | 3 ++-
1 file changed, 2 insertions(+), 1 deletion(-)
diff --git a/Makefile b/Makefile
index 67b30dd..07cd162 100644
--- a/Makefile
+++ b/Makefile
@@ -24,7 +24,8 @@ download:
#git clone git://git.qemu-project.org/qemu.git -b stable-2.4 ${KVMDIR}
git clone git://git.qemu-project.org/qemu.git ${KVMDIR}
# see https://bugs.launchpad.net/qemu/+bug/1488363?comments=all
- cd ${KVMDIR}; git checkout v2.5.1.1; git revert --no-edit b8eb5512fd8a115f164edbbe897cdf8884920ccb
+ # see for 44b https://bugzilla.proxmox.com/show_bug.cgi?id=991
+ cd ${KVMDIR}; git checkout v2.5.1.1; git revert --no-edit b8eb5512fd8a115f164edbbe897cdf8884920ccb; git revert --no-edit 44b86aa32e4147c727fadd9a0f0bc503a5dedb72;
tar czf ${KVMSRC} --exclude CVS --exclude .git --exclude .svn ${KVMDIR}
${DEBS} kvm: ${KVMSRC}
--
2.1.4
More information about the pve-devel
mailing list