#513 Add chkconfig package to fedora-arm-base.ks
Merged 5 years ago by pbrobinson. Opened 5 years ago by adamwill.
adamwill/fedora-kickstarts arm-chkconfig  into  master

file modified
+4
@@ -44,6 +44,10 @@ 

  # 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

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 awilliam@redhat.com

Pull-Request has been merged by pbrobinson

5 years ago
Metadata