Blame SOURCES/CENTOS-add-armhfp-pkgs.patch
|
Brian Stinson |
81d87f |
diff -uNr lorax-templates-rhel-8.1.orig/80-rhel/runtime-install.tmpl lorax-templates-rhel-8.1/80-rhel/runtime-install.tmpl
|
|
Brian Stinson |
81d87f |
--- lorax-templates-rhel-8.1.orig/80-rhel/runtime-install.tmpl 2019-09-03 12:46:28.000000000 -0500
|
|
Brian Stinson |
81d87f |
+++ lorax-templates-rhel-8.1/80-rhel/runtime-install.tmpl 2019-12-31 12:06:13.556087038 -0600
|
|
Brian Stinson |
81d87f |
@@ -34,6 +34,13 @@
|
|
Brian Stinson |
81d87f |
%if basearch == "aarch64":
|
|
Brian Stinson |
81d87f |
installpkg efibootmgr grub2-efi-aa64-cdboot grubby shim-aa64
|
|
Brian Stinson |
81d87f |
%endif
|
|
Brian Stinson |
81d87f |
+%if basearch in ("arm", "armhfp"):
|
|
Brian Stinson |
81d87f |
+ installpkg efibootmgr
|
|
Brian Stinson |
81d87f |
+ installpkg grub2-efi-arm-cdboot
|
|
Brian Stinson |
81d87f |
+ installpkg grubby-deprecated
|
|
Brian Stinson |
81d87f |
+ installpkg kernel-lpae
|
|
Brian Stinson |
81d87f |
+ installpkg uboot-tools
|
|
Brian Stinson |
81d87f |
+%endif
|
|
Brian Stinson |
81d87f |
%if basearch == "x86_64":
|
|
Brian Stinson |
81d87f |
installpkg grub2-tools-efi
|
|
Brian Stinson |
81d87f |
installpkg efibootmgr
|