forked from srbala/fedora-kickstarts
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] - faa199f160
Signed-off-by: Clement Verna <cverna@tutanota.com>
This commit is contained in:
parent
1463abb8d7
commit
02376eae8a
@ -39,6 +39,8 @@ rpm
|
|||||||
shadow-utils
|
shadow-utils
|
||||||
sssd-client
|
sssd-client
|
||||||
util-linux
|
util-linux
|
||||||
|
# needed by Anaconda https://bugzilla.redhat.com/show_bug.cgi?id=1744115
|
||||||
|
systemd
|
||||||
-kernel
|
-kernel
|
||||||
-dosfstools
|
-dosfstools
|
||||||
-e2fsprogs
|
-e2fsprogs
|
||||||
|
Loading…
Reference in New Issue
Block a user