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:
parent
d5fb43844f
commit
64fd1e9204
@ -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
|
||||
|
Loading…
Reference in New Issue
Block a user