From 64fd1e9204d8656f2a778ef701d8728adc368db7 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. Resolves: rhbz#1709792 --- 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 1f3166cb..90e2a364 100644 --- a/share/composer/ext4-filesystem.ks +++ b/share/composer/ext4-filesystem.ks @@ -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