From 7e891add1d72f63d821b958e989351f44e1fe9f0 Mon Sep 17 00:00:00 2001 From: Jonathan Lebon Date: Jan 10 2017 16:53:43 +0000 Subject: Revert "manifest: Explicitly install kernel-modules and /usr/sbin/iptables" This reverts commit 85ebdb02913e59f22be9112444fcb6b0c93cff49. This was required before because of: https://github.com/rpm-software-management/libdnf/issues/220 But this should now be fixed in the latest stable release of rpm-ostree, so we shouldn't need this hack anymore (this also brings back the kernel base package). --- diff --git a/fedora-atomic-docker-host.json b/fedora-atomic-docker-host.json index e8dbb7d..381e0ae 100644 --- a/fedora-atomic-docker-host.json +++ b/fedora-atomic-docker-host.json @@ -69,8 +69,7 @@ "glibc", "nss-altfiles", "shadow-utils", "sssd-client", "libsss_sudo", "fedora-release-atomichost", - "dracut-config-generic", - "kernel", "kernel-modules", + "dracut-config-generic", "kernel", "dracut-network", "rpm-ostree", "lvm2", "chrony", @@ -86,7 +85,7 @@ "which", "nfs-utils", "curl", - "iptables-services", "/usr/sbin/iptables", + "iptables-services", "iptables", "NetworkManager", "hostname", "initscripts", "iproute", "iputils", "less", "sos",