pungi/config/pungi.conf

21 lines
1.0 KiB
Plaintext
Raw Normal View History

# Pungi config file
#
[default]
2007-04-02 21:19:19 +00:00
product_name = Fedora # The name used during install
product_path = Fedora # The directory where RPMS go
iso_basename = F # The first part of the iso file name
bugurl = http://bugzilla.redhat.com # Used for betanag
comps = /etc/pungi/comps-fc7.xml # Used to define package groupings and default installs
manifest = /etc/pungi/minimal-manifest # Used to determine what to bring in. Supports Kickstart syntax
yumconf = /etc/pungi/yum.conf.x86_64 # Used to determine where to gather packages from
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
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
getsource = Yes # Used to determine if we want source packages or not