From 434c00f72dd9a48efd49f820bfa361b6e8d71a15 Mon Sep 17 00:00:00 2001 From: Tom Bassindale <17594317+tjbassindale@users.noreply.github.com> Date: Thu, 29 Oct 2020 13:02:28 +0100 Subject: [PATCH] Fix missing property (default_template) in step 9 Minor change to add missing property value. Using existing command results in error that "fedora-31" is not a valid property, updated docs to add the property name so that command works. --- user/managing-os/fedora/fedora-upgrade.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/user/managing-os/fedora/fedora-upgrade.md b/user/managing-os/fedora/fedora-upgrade.md index 11e823b7..25bfd314 100644 --- a/user/managing-os/fedora/fedora-upgrade.md +++ b/user/managing-os/fedora/fedora-upgrade.md @@ -133,7 +133,7 @@ The same general procedure may be used to upgrade any template based on the stan 9. (Optional) Make the new template the global default. - [user@dom0 ~]$ qubes-prefs --set fedora- + [user@dom0 ~]$ qubes-prefs --set default_template fedora- 10. (Optional) Remove the old template. (Make sure to type the name of the old template, not the new one.)