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:
parent
2949edf733
commit
ddb82ef598
@ -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
|
||||
|
Loading…
Reference in New Issue
Block a user