Update remove-vm-manually.md
Removing a template requires 'rm -rf'
This commit is contained in:
parent
6d4d8d374e
commit
bd2af3cead
|
@ -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…
Reference in New Issue
Block a user