forked from CentOS/sig-atomic-buildscripts
-
Notifications
You must be signed in to change notification settings - Fork 0
/
config.ini
28 lines (23 loc) · 1019 Bytes
/
config.ini
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
[DEFAULT]
outputdir =
# workdir =
# srcdir = os.path.join(os.path.dirname(sys.argv[0], '..')
os_name = centos-atomic-host
os_pretty_name = CentOS Atomic Host
docker_os_name = mirror.centos.org/centos7-atomic-builder
tree_name = standard
tree_file = %(os_name)s.json
is_final = True
arch = x86_64
release = 7
ref = %(os_name)s/%(release)s/%(arch)s/%(tree_name)s
lorax_exclude_packages = oscap-anaconda-addon
# Base repository
yum_baseurl = http://mirror.centos.org/centos/%(release)s/os/%(arch)s/
# Repositories above and beyond yum_baseurl that lorax can use to compose ISO content.
# These need to be provides in a comma separated list.
lorax_additional_repos = http://mirror.centos.org/centos/%(release)s/updates/%(arch)s/, http://mirror.centos.org/centos/%(release)s/extras/%(arch)s/, http://buildlogs.centos.org/centos/7/atomic/x86_64/Packages/
vsphere_product_name = CentOS Atomic Host
vsphere_product_vendor_name = The CentOS Project
vsphere_product_version = 7
[7]