From 2611d60fd0932680c8158d5450a2b9ab02170874 Mon Sep 17 00:00:00 2001 From: Adam Williamson Date: Wed, 20 Mar 2019 08:46:09 -0700 Subject: [PATCH] Explicitly pull chkconfig into live images As livesys and livesys-late are still SysV services, they need systemd-sysv-install to work, which is part of chkconfig. Until now chkconfig was getting pulled into live images via packages that require update-alternatives, which was previously part of chkconfig - but it just got split into its own package, so now those packages don't pull in chkconfig any more. This broke the KDE live image and probably several others in recent Rawhide, livesys and livesys-late don't run so there's no 'liveuser' and root isn't accessible. Workstation didn't break because a java package still pulls chkconfig into it. Signed-off-by: Adam Williamson --- fedora-live-base.ks | 1 + 1 file changed, 1 insertion(+) diff --git a/fedora-live-base.ks b/fedora-live-base.ks index 1228c15..59ce17d 100644 --- a/fedora-live-base.ks +++ b/fedora-live-base.ks @@ -65,6 +65,7 @@ glibc-all-langpacks # no longer in @core since 2018-10, but needed for livesys script initscripts +chkconfig %end %post