make sure that the dvd/cd is using the shortened volumeid

This commit is contained in:
Dennis Gilmore 2014-07-31 06:02:12 -05:00
parent 2bb948fce7
commit 6a26176c23
1 changed files with 1 additions and 2 deletions

View File

@ -1632,8 +1632,7 @@ class Pungi(pypungi.PungiBase):
# NOTE: if this doesn't match what's in the bootloader config, the
# image won't be bootable!
extraargs.append('-V')
extraargs.append('%s-%s-%s' % (self.config.get('pungi', 'name'),
self.config.get('pungi', 'version'), self.tree_arch))
extraargs.append(self._shortenVolID())
extraargs.extend(['-o', isofile])