forked from sealingtech/CLIP
-
Notifications
You must be signed in to change notification settings - Fork 3
/
Copy pathCONFIG_REPOS
31 lines (28 loc) · 1.38 KB
/
CONFIG_REPOS
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
29
30
31
# Copyright (C) 2011-2012 Tresys Technology, LLC
#
# Authors: Spencer Shimko <[email protected]>
#
# CLIP officially supports RHEL. If you choose to use CentOS it will probably
# work. There is guidance below for both.
#
# Basic instructions:
#
# This is the file where you configure yum repos. The packages found in these
# yum repos can be referenced from the kickstart files in
# ./kickstarts/<name>/<name>.ks. The packages from the repos below will be
# included in generated ISOs.
#
#
# Note that for now, these must be local repos. We plan on adding FTP/HTTP
# support in the future. One of the issues we are trying to wrap our heads
# around is ensuring we still version the packages used when rolling the
# builds. To do this with FTP/HTTP we would like to wget the packages when
# rolling the ISO. We do not want to just stick URLs into kickstarts
# because we lose the benefit of rigorously versioning the packages used.
# Anywho, we're thinking about it, but no timeline yet ;)
#opt = /mnt/repos-6-3/rhel-6-3-x86_64/rhel-x86_64-server-optional-6/getPackage
# It is fairly common to pull in packages from EPEL but having EPEL is not a requirement!
#epel = /mnt/repos/epel-pinned-revisions
# NOTE: If using RHEL, *not CentOS*, you must provide the Optional repo.
rhel7.6 = /opt/repos/nfs/rhel-7.6-server-newest-only
rhel7.6-optional = /opt/repos/nfs/rhel-7.6-server-optional-newest-only