unified-iso: Use different type for debuginfo iso

This requires productmd>=1.6.

Signed-off-by: Lubomír Sedlář <lsedlar@redhat.com>
This commit is contained in:
Lubomír Sedlář 2017-04-06 08:25:40 +02:00
parent f6121f0887
commit d4b7293acb
1 changed files with 1 additions and 1 deletions

View File

@ -321,7 +321,7 @@ class UnifiedISO(object):
img.arch = arch
# XXX: HARDCODED
img.type = "dvd"
img.type = "dvd" if not debuginfo else 'dvd-debuginfo'
img.format = "iso"
img.disc_number = 1
img.disc_count = 1