From 5066f0cd6ee95e3a7de60f03d3d0165a34e17f90 Mon Sep 17 00:00:00 2001 From: Tom Date: Wed, 9 Dec 2015 00:25:25 +0000 Subject: [PATCH] Update fedora-template-upgrade-21.md Add additional step to stop Template VM if it is currently running. --- managing-os/fedora-template-upgrade-21.md | 8 ++++++-- 1 file changed, 6 insertions(+), 2 deletions(-) diff --git a/managing-os/fedora-template-upgrade-21.md b/managing-os/fedora-template-upgrade-21.md index c24a3554..a162e55c 100644 --- a/managing-os/fedora-template-upgrade-21.md +++ b/managing-os/fedora-template-upgrade-21.md @@ -38,9 +38,13 @@ Detailed: Upgrading the Standard Fedora 21 Template to Fedora 23 These instructions will show you how to upgrade the standard Fedora 21 TemplateVM to Fedora 23. The same general procedure may be used to upgrade any -template based on the standard Fedora 21 template. +template based on the standard Fedora 21 template. - 1. Clone the existing template and start a terminal in the new template. + 1. Ensure the existing template is not running. + + [user@dom0 ~]$ qvm-shutdown fedora-21 + + 2. Clone the existing template and start a terminal in the new template. [user@dom0 ~]$ qvm-clone fedora-21 fedora-23 [user@dom0 ~]$ qvm-run -a fedora-23 gnome-terminal