From ddb82ef5980633257282c6dc125c2cecabd6e2d1 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. --- 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 00f16627..2145b21d 100644 --- a/share/composer/ext4-filesystem.ks +++ b/share/composer/ext4-filesystem.ks @@ -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