diff options
Diffstat (limited to 'system/qemu-kvm/README')
-rw-r--r-- | system/qemu-kvm/README | 11 |
1 files changed, 8 insertions, 3 deletions
diff --git a/system/qemu-kvm/README b/system/qemu-kvm/README index 99222171d7..99ecff033c 100644 --- a/system/qemu-kvm/README +++ b/system/qemu-kvm/README @@ -11,6 +11,11 @@ core virtualization infrastructure and a processor specific module, works with 'virtio' modules. Slackware provides pre-built 'kvm' and 'virtio' modules that work with this package. -After package installation, add a 'kvm' group and add a user to the -'kvm' group and re-login. Don't forget to load the 'kvm-intel' or -'kvm-amd' module depending on your processor. +This requires a system group (which defaults to 'kvm') which decides who +can use qemu-kvm. If you want to use a different group, e.g. 'users', +then run the script like this: KVMGROUP=users sh qemu-kvm.SlackBuild + +After package installation, make sure you have the KVMGROUP present on +your system and that all desired users are members of that group. +Don't forget to load the 'kvm-intel' or 'kvm-amd' module, which depends +on your processor. |