From 4dc0fc8b3998a3043b36ac710711d0dcd476b3b2 Mon Sep 17 00:00:00 2001 From: Adam Williamson Date: Fri, 22 Dec 2017 15:52:20 -0800 Subject: [PATCH] Don't try and install kernel-PAE on i686 any more kernel-PAE has been intentionally removed from Rawhide kernel builds; Fedora 27 will be the last release with kernel-PAE for i686. So we need to not try and install it in future. See http://pkgs.fedoraproject.org/rpms/kernel/c/21e4b8338 (it's a big commit, but the change is in there, it's the second change in kernel.spec). Signed-off-by: Adam Williamson --- share/templates.d/99-generic/runtime-install.tmpl | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/share/templates.d/99-generic/runtime-install.tmpl b/share/templates.d/99-generic/runtime-install.tmpl index 0883ad43..370cc9da 100644 --- a/share/templates.d/99-generic/runtime-install.tmpl +++ b/share/templates.d/99-generic/runtime-install.tmpl @@ -41,7 +41,7 @@ installpkg glibc-all-langpacks installpkg uboot-tools %endif %if basearch == "i386": - installpkg kernel-PAE gpart + installpkg gpart %endif %if basearch == "x86_64": installpkg grub2-tools-efi