diff options
author | baigk <baiguoku@huawei.com> | 2015-09-15 16:01:00 +0800 |
---|---|---|
committer | baigk <baiguoku@huawei.com> | 2015-09-17 10:59:21 +0800 |
commit | 4265a1ec3817d137332f6a771bbbef0eaee5879c (patch) | |
tree | d298d91d26da5c8e4d46faa9bce151681e9d62a5 /build/templates | |
parent | 80bf7f3ca6be838b3ebd09f45e96d71e5a361d8b (diff) |
Add parameter allows users to add their own package or scripts of making package to ISO file
JIRA: COMPASS-55
Change-Id: I2ef6539ebf73fe57fb2a5dcb01ff5d8c4727dc1f
Signed-off-by: baigk <baiguoku@huawei.com>
Diffstat (limited to 'build/templates')
-rw-r--r-- | build/templates/RedHat_juno.tmpl | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/build/templates/RedHat_juno.tmpl b/build/templates/RedHat_juno.tmpl index 1f6873bb..9741b860 100644 --- a/build/templates/RedHat_juno.tmpl +++ b/build/templates/RedHat_juno.tmpl @@ -7,7 +7,7 @@ wget -O /etc/yum.repos.d/CentOS7-Base-163.repo http://mirrors.163.com/.help/Cen yum remove wget iptables-services -y rm -f /etc/yum.repos.d/CentOS-*.repo yum repolist -yum cleanall +yum clean all # add openstack juno repo yum install yum-plugin-priorities -y yum install http://dl.fedoraproject.org/pub/epel/7/x86_64/e/epel-release-7-5.noarch.rpm -y |