diff options
author | Justin chi <chigang@huawei.com> | 2015-09-17 11:07:13 +0000 |
---|---|---|
committer | Gerrit Code Review <gerrit@172.30.200.206> | 2015-09-17 11:07:13 +0000 |
commit | 1bdbd85b6def38c5871a7806a1412385b80ee326 (patch) | |
tree | 9107d0b6a31d5c09620c3ac8ca65baf8b9c33c86 /build/templates/RedHat_juno.tmpl | |
parent | e784578ee4f155f195506b10cf32f781b39be56c (diff) | |
parent | 4265a1ec3817d137332f6a771bbbef0eaee5879c (diff) |
Merge "Add parameter allows users to add their own package or scripts of making package to ISO file"
Diffstat (limited to 'build/templates/RedHat_juno.tmpl')
-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 |