From 9b0b39f7d62600f94fe3aba454de7183e762d94b Mon Sep 17 00:00:00 2001 From: Adam Williamson Date: Wed, 3 Apr 2019 11:56:06 -0700 Subject: [PATCH] Add chkconfig package to fedora-arm-base.ks Both the kickstart itself and imgcreate expect chkconfig to be available in the installed system, so we'd better make sure it is. Up till Fedora 30 Beta it was getting pulled in somehow; since Fedora-30-20190330.n.3 it seems it is not (probably not in Rawhide either). In any case, it's clearly correct to list it explicitly. See https://bugzilla.redhat.com/show_bug.cgi?id=1695637 Signed-off-by: Adam Williamson --- fedora-arm-base.ks | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/fedora-arm-base.ks b/fedora-arm-base.ks index 37b60bb..f65e6b9 100644 --- a/fedora-arm-base.ks +++ b/fedora-arm-base.ks @@ -44,6 +44,10 @@ initial-setup-gui # make sure all the locales are available for inital0-setup and anaconda to work glibc-all-langpacks +# this ks uses it in %post, and imgcreate also uses it in the installed +# system root, so it needs to be there +chkconfig + %end %post