From fbcd0a67785822b6a51d993aae10ae5d63226244 Mon Sep 17 00:00:00 2001 From: "Brian C. Lane" Date: Tue, 14 May 2019 15:02:15 -0700 Subject: [PATCH] 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 ddb82ef5980633257282c6dc125c2cecabd6e2d1) Resolves: rhbz#1710969 --- share/composer/ext4-filesystem.ks | 1 + 1 file changed, 1 insertion(+) diff --git a/share/composer/ext4-filesystem.ks b/share/composer/ext4-filesystem.ks index e2616b30..c0b6b364 100644 --- a/share/composer/ext4-filesystem.ks +++ b/share/composer/ext4-filesystem.ks @@ -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