Changes between Version 1 and Version 2 of kvm-manager


Ignore:
Timestamp:
Jun 8, 2018, 2:36:05 PM (6 years ago)
Author:
Jamie McClelland
Comment:

--

Legend:

Unmodified
Added
Removed
Modified
  • kvm-manager

    v1 v2  
    44
    55Starting with `stretch`, we are using the new systemd tools in kvm-manager which are documented below.
     6
     7 * Add guest user to the kvm group. I'm not sure why this is now required so have not automated it yet...
     8{{{
     9adduser $guest kvm
     10}}}
    611
    712 * Start a guest: `systemctl start kvm@$guest.service`