From 0ed1396cb94161825756900224f179589914e250 Mon Sep 17 00:00:00 2001 From: Adam Williamson Date: Nov 01 2018 19:49:54 +0000 Subject: Add initscripts to fedora-live-base.ks It was removed from the @core group in fedora-comps d7faeb5, but we are still using stone-age sysv-style scripts for the early boot live image setup stuff (livesys and livesys-late), so we need it installed in live images. Without this, lives are utterly broken, because livesys fails almost immediately and does not do any of the expected live customizations. Signed-off-by: Adam Williamson --- diff --git a/fedora-live-base.ks b/fedora-live-base.ks index 56b086b..ae8d50e 100644 --- a/fedora-live-base.ks +++ b/fedora-live-base.ks @@ -61,6 +61,9 @@ syslinux # anaconda needs the locales available to run for different locales glibc-all-langpacks + +# no longer in @core since 2018-10, but needed for livesys script +initscripts %end %post