qemu: switch to INSTALL.msg.
This commit is contained in:
parent
8a66f18da1
commit
53a7a049e3
|
@ -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
|
|
@ -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"
|
||||
|
|
Loading…
Reference in New Issue