diff --git a/Changelog b/Changelog index 1bae69c2..68e80168 100644 --- a/Changelog +++ b/Changelog @@ -2,6 +2,7 @@ - Don't quote ISO label, not running mkisofs in shell - Apply sparc patches (spot) - Fix cached downloads comparing correctly +- Shorten 'development' to 'devel' in default config, more space for mkisofs * Fri Apr 06 2007 Jesse Keating - Fix comments in config file diff --git a/config/pungi.conf b/config/pungi.conf index ee2d10dd..8c4b4ceb 100644 --- a/config/pungi.conf +++ b/config/pungi.conf @@ -13,7 +13,7 @@ yumconf = /etc/pungi/yum.conf.x86_64 ; Used to determine where to gather package destdir = /srv/pungi/Fedora ; Top level compose directory, must be clean cachedir = /srv/pungi/cache ; Cache used for repeat runs arch = x86_64 ; What arch to compose (must be same arch as system) -version = development ; Used both in install and part of the dest tree +version = devel ; Used both in install and part of the dest tree flavor = Custom ; Further define a given cut of the package set discs = 1 ; Number of discs needed to fit data. #cdsize = 4608.0 ; Not used if disc count is 1