From e453f4347fc384e30514d517e81de7e7e469bbd6 Mon Sep 17 00:00:00 2001 From: Johnny Hughes Date: May 12 2020 14:22:27 +0000 Subject: add CENTOS-add-armhfp-pkgs.patch --- diff --git a/SOURCES/CENTOS-add-armhfp-pkgs.patch b/SOURCES/CENTOS-add-armhfp-pkgs.patch new file mode 100644 index 0000000..f701ee5 --- /dev/null +++ b/SOURCES/CENTOS-add-armhfp-pkgs.patch @@ -0,0 +1,17 @@ +diff -uNr lorax-templates-rhel-8.1.orig/80-rhel/runtime-install.tmpl lorax-templates-rhel-8.1/80-rhel/runtime-install.tmpl +--- lorax-templates-rhel-8.1.orig/80-rhel/runtime-install.tmpl 2019-09-03 12:46:28.000000000 -0500 ++++ lorax-templates-rhel-8.1/80-rhel/runtime-install.tmpl 2019-12-31 12:06:13.556087038 -0600 +@@ -34,6 +34,13 @@ + %if basearch == "aarch64": + installpkg efibootmgr grub2-efi-aa64-cdboot grubby shim-aa64 + %endif ++%if basearch in ("arm", "armhfp"): ++ installpkg efibootmgr ++ installpkg grub2-efi-arm-cdboot ++ installpkg grubby-deprecated ++ installpkg kernel-lpae ++ installpkg uboot-tools ++%endif + %if basearch == "x86_64": + installpkg grub2-tools-efi + installpkg efibootmgr