mirror of
https://github.com/rocky-linux/os-autoinst-distri-rocky.git
synced 2024-11-18 03:01:26 +00:00
Update shrink disk image names in templates
We weren't using the gpt-labelled one, so I took it out of createhdds; that makes the name of the mbr-labelled one lose its label tag, so we need to update that name here. Signed-off-by: Adam Williamson <awilliam@redhat.com>
This commit is contained in:
parent
e76ad4bbc1
commit
2f2f0973ec
@ -5148,7 +5148,7 @@
|
||||
name => "install_shrink_ext4",
|
||||
settings => [
|
||||
{ key => "ROOT_PASSWORD", value => "weakpassword" },
|
||||
{ key => "HDD_1", value => "disk_shrink_ext4_mbr.img" },
|
||||
{ key => "HDD_1", value => "disk_shrink_ext4.img" },
|
||||
{ key => "PARTITIONING", value => "guided_shrink" },
|
||||
],
|
||||
},
|
||||
@ -5156,7 +5156,7 @@
|
||||
name => "install_shrink_ntfs",
|
||||
settings => [
|
||||
{ key => "ROOT_PASSWORD", value => "weakpassword" },
|
||||
{ key => "HDD_1", value => "disk_shrink_ntfs_mbr.img" },
|
||||
{ key => "HDD_1", value => "disk_shrink_ntfs.img" },
|
||||
{ key => "PARTITIONING", value => "guided_shrink" },
|
||||
],
|
||||
},
|
||||
|
Loading…
Reference in New Issue
Block a user