Use to create DVD on ia64

Zhang, Yanmin yanmin_zhang at linux.intel.com
Thu Dec 7 09:01:01 UTC 2006


I created DVD image by pungi. disc1 is about 650M and disc2 is about 441M, but DVD is just
about 650M.

It looks like the doCreateIsos chooses directory os-disc1 to create DVD. Should it be os instead
of os-disc1?

Below small patch changes it. With the new patch, the DVD image is about 2.4GB, which looks like
too bigger (comparing with the total of disc1 and disc2). 

Yanmin

---

diff -Nraup pungi-0.1.0/pypungi/pungi.py pungi-0.1.0_fix/pypungi/pungi.py
--- pungi-0.1.0/pypungi/pungi.py	2006-11-09 09:35:39.000000000 +0800
+++ pungi-0.1.0_fix/pypungi/pungi.py	2006-12-07 08:05:29.000000000 +0800
@@ -113,7 +113,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.opts.destdir, '.discinfo-%s' % self.opts.arch), discinfofile)




More information about the Fedora-buildsys-list mailing list