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.
(cherry picked from commit ddb82ef598
)
Resolves: rhbz#1710969
This commit is contained in:
parent
76d5b0afd3
commit
fbcd0a6778
@ -35,5 +35,6 @@ touch /etc/machine-id
|
||||
# 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