From 3f8f37a348c26666c597c3b5b96ffb9de2a8339a Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Jan=20Sedl=C3=A1k?= Date: Mon, 17 Aug 2015 17:40:06 +0200 Subject: [PATCH] use disk_f22 instead disk_f21 in templates Differential Revision: https://phab.qadevel.cloud.fedoraproject.org/D502 --- templates | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/templates b/templates index 932be7e2..0f3c6737 100755 --- a/templates +++ b/templates @@ -757,7 +757,7 @@ settings => [ { key => "ROOT_PASSWORD", value => "weakpassword" }, { key => "BOOTFROM", value => "c" }, - { key => "HDD_1", value => "disk_f21_minimal.img" }, + { key => "HDD_1", value => "disk_f22_minimal.img" }, { key => "UPGRADE", value => "minimal" }, ], variables => "", @@ -768,7 +768,7 @@ settings => [ { key => "ROOT_PASSWORD", value => "weakpassword" }, { key => "BOOTFROM", value => "c" }, - { key => "HDD_1", value => "disk_f21_desktop.img" }, + { key => "HDD_1", value => "disk_f22_desktop.img" }, { key => "UPGRADE", value => "desktop" }, ], variables => "",