- Shorten 'development' to 'devel' in default config, more space for mkisofs
This commit is contained in:
parent
176f7ea5ef
commit
0225de1248
@ -2,6 +2,7 @@
|
|||||||
- Don't quote ISO label, not running mkisofs in shell
|
- Don't quote ISO label, not running mkisofs in shell
|
||||||
- Apply sparc patches (spot)
|
- Apply sparc patches (spot)
|
||||||
- Fix cached downloads comparing correctly
|
- Fix cached downloads comparing correctly
|
||||||
|
- Shorten 'development' to 'devel' in default config, more space for mkisofs
|
||||||
|
|
||||||
* Fri Apr 06 2007 Jesse Keating <jkeating@redhat.com>
|
* Fri Apr 06 2007 Jesse Keating <jkeating@redhat.com>
|
||||||
- Fix comments in config file
|
- Fix comments in config file
|
||||||
|
@ -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
|
destdir = /srv/pungi/Fedora ; Top level compose directory, must be clean
|
||||||
cachedir = /srv/pungi/cache ; Cache used for repeat runs
|
cachedir = /srv/pungi/cache ; Cache used for repeat runs
|
||||||
arch = x86_64 ; What arch to compose (must be same arch as system)
|
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
|
flavor = Custom ; Further define a given cut of the package set
|
||||||
discs = 1 ; Number of discs needed to fit data.
|
discs = 1 ; Number of discs needed to fit data.
|
||||||
#cdsize = 4608.0 ; Not used if disc count is 1
|
#cdsize = 4608.0 ; Not used if disc count is 1
|
||||||
|
Loading…
Reference in New Issue
Block a user