mirror of
https://git.rockylinux.org/rocky/pungi-rocky.git
synced 2024-12-22 01:18:29 +00:00
fix volid length
This commit is contained in:
parent
99299d7884
commit
afbed17c98
@ -114,7 +114,7 @@ image_name_format = {
|
|||||||
".*": "{compose_id}-{arch}-{disc_type}{disc_num}{suffix}",
|
".*": "{compose_id}-{arch}-{disc_type}{disc_num}{suffix}",
|
||||||
}
|
}
|
||||||
|
|
||||||
image_volid_formats = [ '{compose_id}-{arch}-{disc_type}', ]
|
image_volid_formats = [ '{release_short}-8.8-LH-{arch}-{disc_type}', ]
|
||||||
|
|
||||||
# CREATEISO
|
# CREATEISO
|
||||||
create_optional_isos = False
|
create_optional_isos = False
|
||||||
|
Loading…
Reference in New Issue
Block a user