Set the default disc size to 695 which is more appropriate given today's media
and the splittree bug that was just fixed.
This commit is contained in:
parent
14771fb5ef
commit
056cf18c10
@ -40,6 +40,6 @@ class Config(SafeConfigParser):
|
||||
self.set('default', 'flavor', '')
|
||||
self.set('default', 'destdir', os.getcwd())
|
||||
self.set('default', 'bugurl', 'https://bugzilla.redhat.com')
|
||||
self.set('default', 'cdsize', '650.0')
|
||||
self.set('default', 'cdsize', '695.0')
|
||||
self.set('default', 'debuginfo', "True")
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user