qemu: remove guards from INSTALL.msg.
This commit is contained in:
parent
ac2efcfdd5
commit
84c01ff27e
|
@ -1,5 +1,3 @@
|
|||
==========================================================================
|
||||
|
||||
To enable KVM your user must be added to the 'wheel' group:
|
||||
|
||||
$ usermod -aG wheel <username>
|
||||
|
@ -8,5 +6,3 @@ 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
|
||||
|
||||
==========================================================================
|
||||
|
|
|
@ -1,7 +1,7 @@
|
|||
# Template file for 'qemu'
|
||||
pkgname=qemu
|
||||
version=2.1.1
|
||||
revision=2
|
||||
revision=3
|
||||
short_desc="Open Source Processor Emulator"
|
||||
maintainer="Juan RP <xtraeme@gmail.com>"
|
||||
homepage="http://qemu.org"
|
||||
|
|
Loading…
Reference in New Issue