1 # kvm: the new package version
5 echo ">>> PLEASE READ FOR KVM USAGE!"
6 echo ">>> Load the correct KVM module, you will need a KVM capable CPU!"
7 echo ">>> Add yourself to the group 'kvm'."
8 echo ">>> Use 'qemu -enable-kvm' to use KVM."
10 if [ "$(vercmp $2 0.11)" -lt 0 ]; then
11 echo "With the release of qemu and qemu-kvm 0.12.X, the kqemu kernel module"
12 echo "is no longer supported and will be removed from the repositories. You"
13 echo "can safely uninstall it from your system."