From 5001258c1126a7da0594ee0853d3fa09fc4561d5 Mon Sep 17 00:00:00 2001 From: "jkeating@reducto.boston.redhat.com" <> Date: Tue, 23 Jan 2007 18:34:15 -0500 Subject: [PATCH] Bump the iso size to what was used for FC6 --- pypungi/pungi.py | 1 + 1 file changed, 1 insertion(+) diff --git a/pypungi/pungi.py b/pypungi/pungi.py index 509f4471..2c9573f7 100755 --- a/pypungi/pungi.py +++ b/pypungi/pungi.py @@ -95,6 +95,7 @@ class Pungi: def doSplittree(self): timber = splittree.Timber() timber.arch = self.config.get('default', 'arch') + timber.target_size = 685.0 * 1024.0 * 1024 # make this a config option timber.total_discs = self.config.getint('default', 'discs') timber.bin_discs = self.config.getint('default', 'discs') timber.src_discs = 0