[pve-devel] [PATCH 2/2] install target-x86_64.conf new version in /etc/kvm/
Derumier Alexandre
aderumier at odiso.com
Mon Jan 30 14:10:22 CET 2012
Signed-off-by: Derumier Alexandre <aderumier at odiso.com>
---
debian/rules | 4 ++++
1 files changed, 4 insertions(+), 0 deletions(-)
diff --git a/debian/rules b/debian/rules
index e5ee1bf..4ed3a23 100755
--- a/debian/rules
+++ b/debian/rules
@@ -76,6 +76,10 @@ install: build
mv $(destdir)/usr/bin/qemu-system-x86_64 $(destdir)/usr/bin/kvm
mv $(destdir)/usr/share/man/man1/qemu.1 $(destdir)/usr/share/man/man1/kvm.1
+ #remove cpumodel file from wrong /etc/qemu directory and install the rhel6.2 new version in /etc/kvm
+ rm $(destdir)/etc/qemu/target-x86_64.conf
+ install -D -m 0644 $(CURDIR)/debian/target-x86_64.conf $(destdir)/etc/kvm/target-x86_64.conf
+
# Install the userspace utilities
install -m 0755 kvm/kvm_stat $(destdir)/usr/bin/
--
1.7.2.5
More information about the pve-devel
mailing list