Make the DVD iso from the base OS dir, not the first CD dir

This commit is contained in:
jkeating@dhcp83-49.boston.redhat.com 2006-11-28 07:56:40 -05:00 committed by Jesse Keating
parent d01a88e877
commit e0dbb72303
1 changed files with 1 additions and 1 deletions

View File

@ -124,7 +124,7 @@ class Pungi:
bootargs,
isodir,
isoname,
os.path.join('%s-disc1' % self.topdir)))
self.topdir))
os.system('cd %s; sha1sum %s >> SHA1SUM' % (isodir, isoname))
shutil.move(os.path.join(self.config.get('default', 'destdir'), '.discinfo-%s' % self.config.get('default', 'arch')), discinfofile)