diff options
Diffstat (limited to 'system/kvm-kmod/README')
-rw-r--r-- | system/kvm-kmod/README | 5 |
1 files changed, 4 insertions, 1 deletions
diff --git a/system/kvm-kmod/README b/system/kvm-kmod/README index dc3d0cea5d..83a8145364 100644 --- a/system/kvm-kmod/README +++ b/system/kvm-kmod/README @@ -16,4 +16,7 @@ by Slackware. If you uninstall KVM-KMOD, you will need to run 'depmod -a' to regenerate the modules.dep and map files to regain access to the Slackware provided versions. -You need to have a "kvm" group on the system in order to use this. +By default, this script uses the "users" group for determining who +has permission to use /dev/kvm, but if you prefer something else, +set KVMGROUP when running the script, e.g.: + KVMGROUP=wheel sh kvm-kmod.SlackBuild |