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.

Resolves: rhbz#1709792
This commit is contained in:
Brian C. Lane 2019-05-14 15:02:15 -07:00
parent d5fb43844f
commit 64fd1e9204
1 changed files with 1 additions and 0 deletions

View File

@ -38,5 +38,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