1
0
mirror of https://pagure.io/fedora-qa/os-autoinst-distri-fedora.git synced 2024-11-21 21:43:08 +00:00

use disk_f22 instead disk_f21 in templates

Differential Revision: https://phab.qadevel.cloud.fedoraproject.org/D502
This commit is contained in:
Jan Sedlák 2015-08-17 17:40:06 +02:00
parent f71faaa43d
commit 3f8f37a348

View File

@ -757,7 +757,7 @@
settings => [ settings => [
{ key => "ROOT_PASSWORD", value => "weakpassword" }, { key => "ROOT_PASSWORD", value => "weakpassword" },
{ key => "BOOTFROM", value => "c" }, { key => "BOOTFROM", value => "c" },
{ key => "HDD_1", value => "disk_f21_minimal.img" }, { key => "HDD_1", value => "disk_f22_minimal.img" },
{ key => "UPGRADE", value => "minimal" }, { key => "UPGRADE", value => "minimal" },
], ],
variables => "", variables => "",
@ -768,7 +768,7 @@
settings => [ settings => [
{ key => "ROOT_PASSWORD", value => "weakpassword" }, { key => "ROOT_PASSWORD", value => "weakpassword" },
{ key => "BOOTFROM", value => "c" }, { key => "BOOTFROM", value => "c" },
{ key => "HDD_1", value => "disk_f21_desktop.img" }, { key => "HDD_1", value => "disk_f22_desktop.img" },
{ key => "UPGRADE", value => "desktop" }, { key => "UPGRADE", value => "desktop" },
], ],
variables => "", variables => "",