templates: disk_ks is now version 3
Summary: This goes with D968, which bumped the version of the disk_ks image, so templates has to stay in sync. Test Plan: As per D968 (you'll need this diff as well or else the tests will try to use the wrong disk image). Reviewers: jskladan, garretraziel Reviewed By: garretraziel Subscribers: tflink Differential Revision: https://phab.qadevel.cloud.fedoraproject.org/D969
This commit is contained in:
parent
88e63f1593
commit
962c350e91
@ -1581,7 +1581,7 @@
|
|||||||
{ key => "KICKSTART", value => "1" },
|
{ key => "KICKSTART", value => "1" },
|
||||||
{ key => "GRUB", value => "inst.ks=hd:vdb1:/root-user-crypted-net.ks" },
|
{ key => "GRUB", value => "inst.ks=hd:vdb1:/root-user-crypted-net.ks" },
|
||||||
{ key => "NUMDISKS", value => "2" },
|
{ key => "NUMDISKS", value => "2" },
|
||||||
{ key => "HDD_2", value => "disk_ks_2.img" },
|
{ key => "HDD_2", value => "disk_ks_3.img" },
|
||||||
{ key => "ROOT_PASSWORD", value => "111111" },
|
{ key => "ROOT_PASSWORD", value => "111111" },
|
||||||
{ key => "USER_LOGIN", value => "test" },
|
{ key => "USER_LOGIN", value => "test" },
|
||||||
{ key => "USER_PASSWORD", value => "test" },
|
{ key => "USER_PASSWORD", value => "test" },
|
||||||
@ -1884,7 +1884,7 @@
|
|||||||
{ key => "KICKSTART", value => "1" },
|
{ key => "KICKSTART", value => "1" },
|
||||||
{ key => "GRUB", value => "inst.ks=hd:vdb1:/freeipaclient.ks" },
|
{ key => "GRUB", value => "inst.ks=hd:vdb1:/freeipaclient.ks" },
|
||||||
{ key => "NUMDISKS", value => "2" },
|
{ key => "NUMDISKS", value => "2" },
|
||||||
{ key => "HDD_2", value => "disk_ks_2.img" },
|
{ key => "HDD_2", value => "disk_ks_3.img" },
|
||||||
{ key => "POSTINSTALL", value => "freeipa_client" },
|
{ key => "POSTINSTALL", value => "freeipa_client" },
|
||||||
{ key => "USER_LOGIN", value => "false" },
|
{ key => "USER_LOGIN", value => "false" },
|
||||||
{ key => "ROOT_PASSWORD", value => "anaconda" },
|
{ key => "ROOT_PASSWORD", value => "anaconda" },
|
||||||
|
Loading…
Reference in New Issue
Block a user