void-packages/srcpkgs/qemu-kvm/INSTALL
2012-07-23 06:35:58 +02:00

19 lines
431 B
Plaintext

case "${ACTION}" in
post)
cat <<_EOF
==========================================================================
To use KVM your user must be added to the 'wheel' group:
$ usermod -aG wheel <username>
Don't forget to load the appropiate KVM module for your CPU:
$ modprobe kvm-amd # for AMD CPUs
$ modprobe kvm-intel # for Intel CPUs
==========================================================================
_EOF
;;
esac