fix volid length

This commit is contained in:
Louis Abel 2023-01-13 01:53:10 -07:00
parent 99299d7884
commit afbed17c98
Signed by: label
GPG Key ID: B37E62D143879B36
1 changed files with 1 additions and 1 deletions

View File

@ -114,7 +114,7 @@ image_name_format = {
".*": "{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
create_optional_isos = False