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

New commits:
commit 24ccb853abcb7f40598a5c53684f4d7283b74191
Author: Matthew Miller <[email protected]>
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."


_______________________________________________
cloud mailing list
[email protected]
https://admin.fedoraproject.org/mailman/listinfo/cloud
Fedora Code of Conduct: http://fedoraproject.org/code-of-conduct

Reply via email to