diff options
author | Edward W. Koenig <kingbeowulf@gmail.com> | 2014-11-19 20:19:32 +0700 |
---|---|---|
committer | Willy Sudiarto Raharjo <willysr@slackbuilds.org> | 2014-11-19 20:19:32 +0700 |
commit | 7de3191028874a308a8e1601c5a1bfc411ba8ef5 (patch) | |
tree | 7f1a9e2b73daebdb27ee3c6c0013882656bd5435 /system/qemu/README | |
parent | 5fde6a93ec1367f7af12a5a712741bf03b0ff13e (diff) | |
download | slackbuilds-7de3191028874a308a8e1601c5a1bfc411ba8ef5.tar.gz |
system/qemu: Updated for version 2.1.2.
Signed-off-by: Willy Sudiarto Raharjo <willysr@slackbuilds.org>
Diffstat (limited to 'system/qemu/README')
-rw-r--r-- | system/qemu/README | 8 |
1 files changed, 6 insertions, 2 deletions
diff --git a/system/qemu/README b/system/qemu/README index 5b84ba720c..2f079cb0ee 100644 --- a/system/qemu/README +++ b/system/qemu/README @@ -14,9 +14,13 @@ for qemu; if you prefer to build all supported targets, do this: TARGETS=all ./qemu.SlackBuild -Add optional vnc support via: +Disable vnc support via: - VNC_ENABLE=yes ./qemu.SlackBuild + VNC_ENABLE=no ./qemu.SlackBuild + +Audio drivers support defaults to "alsa,oss,sdl,esd" and can be adusted via + +AUDIODRIVERS="alsa,oss" ./qemu.SlackBuild We patch the installed udev rules to require membership in "users" group instead of a custom "kvm" group to use /dev/kvm. If you prefer |