qemu: remove guards from INSTALL.msg.

This commit is contained in:
Juan RP 2014-09-16 10:55:19 +02:00
parent ac2efcfdd5
commit 84c01ff27e
2 changed files with 1 additions and 5 deletions

View File

@ -1,5 +1,3 @@
==========================================================================
To enable KVM your user must be added to the 'wheel' group: To enable KVM your user must be added to the 'wheel' group:
$ usermod -aG wheel <username> $ 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-amd # for AMD CPUs
$ modprobe kvm-intel # for Intel CPUs $ modprobe kvm-intel # for Intel CPUs
==========================================================================

View File

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