diff options
author | Jeremy Katz <katzj@redhat.com> | 2002-06-28 03:07:51 +0000 |
---|---|---|
committer | Jeremy Katz <katzj@redhat.com> | 2002-06-28 03:07:51 +0000 |
commit | 752fe27fe53e4eb5310a4336493528d3982736df (patch) | |
tree | 7e522ce4cea26fa2677004c97e5c533bba0d613d /scripts/splitdistro | |
parent | 20a8ff1298e4d17434b0b5e2ec3b64ad30c86097 (diff) | |
download | anaconda-752fe27fe53e4eb5310a4336493528d3982736df.tar.gz anaconda-752fe27fe53e4eb5310a4336493528d3982736df.tar.xz anaconda-752fe27fe53e4eb5310a4336493528d3982736df.zip |
up the target size so that things will split better
Diffstat (limited to 'scripts/splitdistro')
-rwxr-xr-x | scripts/splitdistro | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/scripts/splitdistro b/scripts/splitdistro index 778f8e4ce..83eb25795 100755 --- a/scripts/splitdistro +++ b/scripts/splitdistro @@ -6,7 +6,7 @@ disc2dirs = [ "preview" ] # These files appear on all binary CDs jointfiles = [ "beta_eula.txt", "RPM-GPG-KEY", "README", "autorun" ] -targetSize = 640 * 1024.0 * 1024.0 +targetSize = 650 * 1024.0 * 1024.0 # Leave about 1.2MB of space on the disc fudgeFactor = 1.2 * 1024 * 1024 |