From 02376eae8afe7e9441557c40f53dc006bdc8d4cc Mon Sep 17 00:00:00 2001 From: Clement Verna Date: Aug 21 2019 11:56:55 +0000 Subject: Explicitly install systemd in the image. It seems that systemd is required by anaconda which wants to setup the default target. Since dnf dependencies to systemd was dropped in [0] we need to install it explicitly. [0] - https://src.fedoraproject.org/rpms/dnf/c/faa199f16041940b85012fb8456b2fca349b6f9e?branch=master Signed-off-by: Clement Verna --- diff --git a/fedora-container-common.ks b/fedora-container-common.ks index 17d58b1..940919b 100644 --- a/fedora-container-common.ks +++ b/fedora-container-common.ks @@ -39,6 +39,8 @@ rpm shadow-utils sssd-client util-linux +# needed by Anaconda https://bugzilla.redhat.com/show_bug.cgi?id=1744115 +systemd -kernel -dosfstools -e2fsprogs