From 1b289e108a0f5e0a9071f28af6f5a04cd47232f1 Mon Sep 17 00:00:00 2001 From: Jonathan Lebon Date: Jan 03 2017 21:55:48 +0000 Subject: Revert "manifest: Explicitly install kernel-modules and /usr/sbin/iptables" This reverts commit a02ae1a92d157c2ae3e66d71f7227e096d1de37a. 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 c93db1d..3fad89c 100644 --- a/fedora-atomic-docker-host.json +++ b/fedora-atomic-docker-host.json @@ -68,8 +68,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", @@ -85,7 +84,7 @@ "which", "nfs-utils", "curl", - "iptables-services", "/usr/sbin/iptables", + "iptables-services", "iptables", "NetworkManager", "hostname", "initscripts", "iproute", "iputils", "less", "sos",