Add section on upgrading StandaloneVMs

QubesOS/qubes-issues#2479
This commit is contained in:
Andrew David Wong 2016-12-21 22:21:40 -08:00
parent 03e0cb27b4
commit 34544bff5e
No known key found for this signature in database
GPG Key ID: 8CE137352A019A17

View File

@ -192,6 +192,17 @@ You can use the `qvm-trim-template` tool:
[user@dom0 ~]$ qvm-trim-template fedora-24
Upgrading StandaloneVMs
-----------------------
The procedure for upgrading a StandaloneVM from Fedora 23 to Fedora 24 is the
same as for a TemplateVM, except that `qvm-trim-template` does not work on
StandaloneVMs. Instead, you should run the following command inside the
StandaloneVM in order to compact it:
$ sudo fstrim -v -a
Additional Information
----------------------