Update KDE disk image version to 4
We're bumping this in createhdds because we're changing the image content; we need to match it here. Signed-off-by: Adam Williamson <awilliam@redhat.com>
This commit is contained in:
parent
30a2b68974
commit
736deaec59
@ -4769,7 +4769,7 @@
|
||||
{ key => "USER_LOGIN", value => "test" },
|
||||
{ key => "USER_PASSWORD", value => "weakpassword" },
|
||||
{ key => "BOOTFROM", value => "c" },
|
||||
{ key => "+HDD_1", value => "disk_f%CURRREL%_kde_3_x86_64.img" },
|
||||
{ key => "+HDD_1", value => "disk_f%CURRREL%_kde_4_x86_64.img" },
|
||||
{ key => "UPGRADE", value => "1" },
|
||||
{ key => "DESKTOP", value => "kde" },
|
||||
{ key => "TEST_TARGET", value => "COMPOSE" },
|
||||
@ -4881,7 +4881,7 @@
|
||||
{ key => "USER_LOGIN", value => "test" },
|
||||
{ key => "USER_PASSWORD", value => "weakpassword" },
|
||||
{ key => "BOOTFROM", value => "c" },
|
||||
{ key => "HDD_1", value => "disk_f%PREVREL%_kde_3_x86_64.img" },
|
||||
{ key => "HDD_1", value => "disk_f%PREVREL%_kde_4_x86_64.img" },
|
||||
{ key => "UPGRADE", value => "1" },
|
||||
{ key => "DESKTOP", value => "kde" },
|
||||
{ key => "TEST_TARGET", value => "COMPOSE" },
|
||||
|
Loading…
Reference in New Issue
Block a user