[pve-devel] update pve-qemu-kvm to last git
Dietmar Maurer
dietmar at proxmox.com
Mon May 21 07:39:04 CEST 2012
> rename
> -update-target-x86_64.conf-to-rhel6.2-version.patch
> to
> -update-cpus-x86_64.conf-to-rhel6.2-version.patch
You patch does only delete the file (no rename) - I will fix that manually.
> target-x86_64.conf is now named cpus-x86_64.conf, and is located in
> /usr/share/kvm/
> - # move target-x86_64.conf to correct location
> - mv $(destdir)/etc/qemu/target-x86_64.conf $(destdir)/etc/kvm/
>
> I also have update the patch to last cpusdefs.
Please can you update from git and re-send those changes. Your patch does not include those changes.
> removal
> # remove stale /etc/qemu (files are in /etc/kvm)
> - rm -f /etc/qemu/target-x86_64.conf
> - if test -d /etc/qemu; then rmdir /etc/qemu; fi
> + rm -rf /etc/qemu
> + rm -rf /etc/kvm
You can't simply delete user data - users will hate you for that ;-)
I reverted that and only delete /etc/kvm/target-x86_64.conf
I also keep the /etc/kvm directory, which contains the default network scripts.
- Dietmar
More information about the pve-devel
mailing list