mirror of
https://github.com/QubesOS/qubes-doc.git
synced 2025-06-27 08:01:04 -04:00
Update remove-vm-manually.md
Removing a template requires 'rm -rf'
This commit is contained in:
parent
6d4d8d374e
commit
bd2af3cead
1 changed files with 1 additions and 1 deletions
|
@ -14,7 +14,7 @@ All commands should be executed in a dom0 terminal.
|
||||||
|
|
||||||
1. Remove the TemplateVM's directory:
|
1. Remove the TemplateVM's directory:
|
||||||
|
|
||||||
$ rm /var/lib/qubes/vm-templates/<template-name>
|
$ rm -rf /var/lib/qubes/vm-templates/<template-name>
|
||||||
|
|
||||||
2. Remove the TemplateVM from qubes.xml:
|
2. Remove the TemplateVM from qubes.xml:
|
||||||
|
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue