Add kernel to ext4-filesystem template

The filesystem was too small because Anaconda always adds the kernel,
but the template uses --nocore so it doesn't take that into account.
Add it to the template so that the filesystem size will be large enough
to hold the extra packages.
This commit is contained in:
Brian C. Lane 2019-05-14 15:02:15 -07:00
parent 2949edf733
commit ddb82ef598
1 changed files with 1 additions and 0 deletions

View File

@ -37,5 +37,6 @@ rm -f /boot/*-rescue*
# Packages requires to support this output format go here
policycoreutils
selinux-policy-targeted
kernel
# NOTE lorax-composer will add the blueprint packages below here, including the final %end