mirror of
https://pagure.io/fedora-kickstarts.git
synced 2024-11-13 20:34:22 +00:00
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 <awilliam@redhat.com>
This commit is contained in:
parent
3cd095d5b4
commit
34753edf2e
@ -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
|
||||
|
Loading…
Reference in New Issue
Block a user