This shows you the differences between two versions of the page.
Both sides previous revision Previous revision | |||
computing:virtmanagerhell [2019/04/10 09:59] oemb1905 |
computing:virtmanagerhell [2019/04/10 10:23] (current) oemb1905 |
||
---|---|---|---|
Line 69: | Line 69: | ||
sudo usermod --append --groups libvirt `whoami` | sudo usermod --append --groups libvirt `whoami` | ||
| | ||
- | --- // | + | Need the machine to run at boot? |
+ | |||
+ | sudo -i | ||
+ | virsh autostart < | ||
+ | |||
+ | Need to turn it off? | ||
+ | |||
+ | virsh autostart < | ||
+ | |||
+ | --- // |