qemu: switch to INSTALL.msg.

This commit is contained in:
Juan RP 2014-09-15 16:38:01 +02:00
parent 8a66f18da1
commit 53a7a049e3
2 changed files with 2 additions and 8 deletions

View file

@ -1,18 +1,12 @@
case "${ACTION}" in
post)
cat <<_EOF
==========================================================================
To enable 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:
Don't forget to load the appropiate KVM module for your CPU (x86 only):
$ modprobe kvm-amd # for AMD CPUs
$ modprobe kvm-intel # for Intel CPUs
==========================================================================
_EOF
;;
esac

View file

@ -1,7 +1,7 @@
# Template file for 'qemu'
pkgname=qemu
version=2.1.1
revision=1
revision=2
short_desc="Open Source Processor Emulator"
maintainer="Juan RP <xtraeme@gmail.com>"
homepage="http://qemu.org"