diff options
author | Stu Miller <slackbuilds@go4it2day.com> | 2010-06-19 09:08:45 -0500 |
---|---|---|
committer | Erik Hanson <erik@slackbuilds.org> | 2010-06-20 15:19:58 -0500 |
commit | efdaa581571c00b33a51a1a3bca9db5a1a79d74e (patch) | |
tree | 8299ee21fe59ef388d0634f554663c3a6ba19664 /system/qemu-kvm/README | |
parent | f70aea4742e92140a95a238d8a5a10b4bcac7981 (diff) | |
download | slackbuilds-efdaa581571c00b33a51a1a3bca9db5a1a79d74e.tar.gz |
system/qemu-kvm: Updated for version 0.12.4.
Signed-off-by: Robby Workman <rworkman@slackbuilds.org>
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. |