Make CDs fit again
This commit is contained in:
parent
5c106b05d8
commit
f29a4ca8b1
@ -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.
|
||||||
|
@ -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')
|
||||||
|
|
||||||
|
Loading…
Reference in New Issue
Block a user