make sure that the dvd/cd is using the shortened volumeid
This commit is contained in:
parent
2bb948fce7
commit
6a26176c23
@ -1632,8 +1632,7 @@ class Pungi(pypungi.PungiBase):
|
|||||||
# NOTE: if this doesn't match what's in the bootloader config, the
|
# NOTE: if this doesn't match what's in the bootloader config, the
|
||||||
# image won't be bootable!
|
# image won't be bootable!
|
||||||
extraargs.append('-V')
|
extraargs.append('-V')
|
||||||
extraargs.append('%s-%s-%s' % (self.config.get('pungi', 'name'),
|
extraargs.append(self._shortenVolID())
|
||||||
self.config.get('pungi', 'version'), self.tree_arch))
|
|
||||||
|
|
||||||
extraargs.extend(['-o', isofile])
|
extraargs.extend(['-o', isofile])
|
||||||
|
|
||||||
|
Loading…
Reference in New Issue
Block a user