Make CDs fit again

This commit is contained in:
Jesse Keating 2008-03-12 16:46:23 -04:00 committed by Jesse Keating
parent 5c106b05d8
commit f29a4ca8b1
2 changed files with 4 additions and 1 deletions

View File

@ -1,3 +1,6 @@
* Wed Mar 12 2008 Jesse Keating <jkeating@redhat.com>
- Lower the CD size to 650; need to investigate pkgordering soon
* Tue Mar 11 2008 Jesse Keating <jkeating@redhat.com> * Tue Mar 11 2008 Jesse Keating <jkeating@redhat.com>
- netinst.iso was renamed to boot.iso. We want to link it - netinst.iso was renamed to boot.iso. We want to link it
to the iso dir, but keep the netinst.iso name for now. to the iso dir, but keep the netinst.iso name for now.

View File

@ -41,5 +41,5 @@ class Config(SafeConfigParser):
self.set('default', 'destdir', os.getcwd()) self.set('default', 'destdir', os.getcwd())
self.set('default', 'bugurl', 'http://bugzilla.redhat.com') self.set('default', 'bugurl', 'http://bugzilla.redhat.com')
self.set('default', 'discs', '1') self.set('default', 'discs', '1')
self.set('default', 'cdsize', '670.0') self.set('default', 'cdsize', '650.0')