[2024-feb-29] Sad news: Eric Layton aka Nocturnal Slacker aka vtel57 passed away on Feb 26th, shortly after hospitalization. He was one of our Wiki's most prominent admins. He will be missed.

Welcome to the Slackware Documentation Project

Differences

This shows you the differences between two versions of the page.

Link to this comparison view

Both sides previous revisionPrevious revision
Next revision
Previous revision
Next revisionBoth sides next revision
howtos:emulators:libvirt_config_methods [2022/04/28 13:08 (UTC)] – [Sources] zeebrahowtos:emulators:libvirt_config_methods [2022/05/03 04:52 (UTC)] – [Libvirt config, settings and method for Slackware] zeebra
Line 122: Line 122:
 # Set kvm device writable by kvm group # Set kvm device writable by kvm group
 KERNEL=="kvm", GROUP:="kvm", MODE:="0660" KERNEL=="kvm", GROUP:="kvm", MODE:="0660"
 +</code>
 +
 +Once you reboot you can verify the changes:
 +<code>
 +ls -la /dev/kvm
 +crw-rw---- root kvm
 </code> </code>
 === Appendage === === Appendage ===
 howtos:emulators:libvirt_config_methods ()