diff options
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 |