From e0dbb723039f5f089dd1b8919f266687d77907be Mon Sep 17 00:00:00 2001 From: "jkeating@dhcp83-49.boston.redhat.com" <> Date: Tue, 28 Nov 2006 07:56:40 -0500 Subject: [PATCH] Make the DVD iso from the base OS dir, not the first CD dir --- pypungi/pungi.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/pypungi/pungi.py b/pypungi/pungi.py index dacef246..50c68401 100755 --- a/pypungi/pungi.py +++ b/pypungi/pungi.py @@ -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)