From 4bc181ed4a9adb933e6e8cce2a21f15ac351d5a4 Mon Sep 17 00:00:00 2001 From: Dennis Gilmore Date: Mon, 21 Feb 2011 18:28:39 -0600 Subject: [PATCH] allow source isos to be generated, there is no split media support --- src/bin/pungi.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/bin/pungi.py b/src/bin/pungi.py index 7fa119de..03e96ced 100755 --- a/src/bin/pungi.py +++ b/src/bin/pungi.py @@ -133,7 +133,7 @@ def main(): 'source', 'SRPMS') mypungi.doCreaterepo(comps=False) if opts.do_all or opts.do_createiso: - mypungi.doCreateIsos(split=opts.nosplitmedia) + mypungi.doCreateIsos() print "All done!"