Explicitly add kernel-modules and kernel-modules-extra
When it is left up to dnf to decide how to fulfill the kmod() requirement from gfs2-utils it will pick kernel-debuginfo-* which adds about 100M to the size of the iso. Adding these packages first makes dnf choose them and the iso size is back down around 450MB
This commit is contained in:
parent
c3b2ac9433
commit
4c3595e797
@ -13,7 +13,9 @@ installpkg rpm-ostree
|
||||
installpkg pigz
|
||||
|
||||
## kernel and firmware
|
||||
installpkg kernel
|
||||
## NOTE: Without explicitly including kernel-modules-extra dnf will choose kernel-debuginfo-*
|
||||
## to satify a gfs2-utils kmod requirement
|
||||
installpkg kernel kernel-modules kernel-modules-extra
|
||||
installpkg grubby
|
||||
%if basearch != "s390x":
|
||||
installpkg *-firmware
|
||||
|
Loading…
Reference in New Issue
Block a user