From 8f6cb525d2dc99d43120b7ea758cb11d3c1bd7bd Mon Sep 17 00:00:00 2001 From: Peter Robinson Date: Tue, 1 May 2018 15:13:13 +0100 Subject: [PATCH] some package and daemon adjustments --- fedora-iot-base.json | 14 ++++++++------ 1 file changed, 8 insertions(+), 6 deletions(-) diff --git a/fedora-iot-base.json b/fedora-iot-base.json index ca14a25..e719e0f 100644 --- a/fedora-iot-base.json +++ b/fedora-iot-base.json @@ -68,27 +68,27 @@ "check-groups": { "type": "file", "filename": "group" }, "packages": ["atomic", + "fedora-release", "glibc", "nss-altfiles", "shadow-utils", "sssd-client", "libsss_sudo", - "fedora-release", "dracut-config-generic", "kernel", "dracut-network", "rpm-ostree", "lvm2", "chrony", "cryptsetup", "authselect", - "e2fsprogs", "xfsprogs", + "e2fsprogs", "gnupg2", "basesystem", "python3", "bash", - "xz", "gzip", "bzip2", + "xz", "gzip", "coreutils", "which", "curl", "iptables-services", "iptables", "firewalld", - "NetworkManager", "NetworkManager-bluetooth", "NetworkManager-wifi", - "dnsmasq", + "NetworkManager", "NetworkManager-wifi", + "dnsmasq", "traceroute", "hostname", "initscripts", "iproute", "iputils", "openssh-clients", "openssh-server", "passwd", "policycoreutils", "procps-ng", "rootfiles", "rpm", @@ -105,6 +105,8 @@ "policycoreutils-python-utils", "setools-console", "audit", + "bluez", "bluez-libs", "wpan-tools", + "kernel-tools", "libgpiod-utils", "podman", "attr"], @@ -121,5 +123,5 @@ "default_target": "multi-user.target", - "units": ["docker.service"] + "units": ["initial-setup.service"] }