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:
parent
f71faaa43d
commit
3f8f37a348
@ -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 => "",
|
||||
|
Loading…
Reference in New Issue
Block a user