Switch to Azure CVMs

This commit is contained in:
Otto Bittner 2022-07-27 09:46:32 +02:00 committed by Malte Poll
parent 29a1b5de42
commit 0892525915
7 changed files with 22 additions and 47 deletions

View file

@ -114,3 +114,8 @@ Ubuntu currently ships swtpm 0.6.3 so you need to install swtpm [from launchpad]
```shell-session
sudo chown -R swtpm:root /var/lib/swtpm-localca
```
## Misc
- List all domains: `virsh list --all`
- Destroy domain with nvram: `virsh undefine --nvram <name>`