diff --git a/src/pypungi/__init__.py b/src/pypungi/__init__.py index 32532952..d11893d7 100644 --- a/src/pypungi/__init__.py +++ b/src/pypungi/__init__.py @@ -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])