container/container-minimal-20.ks

Matthew Miller mattdm at fedoraproject.org
Wed Sep 18 16:38:52 UTC 2013


 container/container-minimal-20.ks |    4 ++++
 1 file changed, 4 insertions(+)

New commits:
commit 24ccb853abcb7f40598a5c53684f4d7283b74191
Author: Matthew Miller <mattdm at mattdm.org>
Date:   Wed Sep 18 11:38:37 2013 -0500

    iproute = a thing we need

diff --git a/container/container-minimal-20.ks b/container/container-minimal-20.ks
index 0422064..abe66a4 100644
--- a/container/container-minimal-20.ks
+++ b/container/container-minimal-20.ks
@@ -34,6 +34,7 @@ reboot
 bash
 coreutils
 filesystem
+iproute
 setup
 yum
 
@@ -110,6 +111,9 @@ yum -C -y remove firewalld --setopt="clean_requirements_on_remove=1"
 
 echo "Cleaning old yum repodata."
 yum clean all
+rm -rf /var/lib/yum/yumdb/*
+rm -rf /var/lib/yum/history/*
+yum history new
 truncate -c -s 0 /var/log/yum.log
 
 echo "Fixing SELinux contexts."




More information about the cloud mailing list