From 34544bff5e28fe6b18d98e8d161034956ce8f620 Mon Sep 17 00:00:00 2001 From: Andrew David Wong Date: Wed, 21 Dec 2016 22:21:40 -0800 Subject: [PATCH] Add section on upgrading StandaloneVMs QubesOS/qubes-issues#2479 --- managing-os/templates/fedora/upgrade-23-to-24.md | 11 +++++++++++ 1 file changed, 11 insertions(+) diff --git a/managing-os/templates/fedora/upgrade-23-to-24.md b/managing-os/templates/fedora/upgrade-23-to-24.md index c38cd94a..73b7b8af 100644 --- a/managing-os/templates/fedora/upgrade-23-to-24.md +++ b/managing-os/templates/fedora/upgrade-23-to-24.md @@ -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 ----------------------