From ecac7cb908622286208c3338cd32154fe94cb5d4 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Marek=20Marczykowski-G=C3=B3recki?= Date: Sat, 28 Nov 2015 16:03:57 +0100 Subject: [PATCH] firstboot: set default template to 'fedora-23' --- firstboot/modules/qubes_setup.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/firstboot/modules/qubes_setup.py b/firstboot/modules/qubes_setup.py index b8a4b7e..e16a999 100644 --- a/firstboot/modules/qubes_setup.py +++ b/firstboot/modules/qubes_setup.py @@ -105,7 +105,7 @@ class moduleClass(Module): self.title = N_("Create VMs") self.icon = "qubes.png" self.admin = libuser.admin() - self.default_template = 'fedora-21' + self.default_template = 'fedora-23' self.choices = [] def _showErrorMessage(self, text):