Update Arm architectures for the latest requirements
ARMv7 will now support UEFI and grub2-efi so add those deps. We also don't require uboot-tools as part of the install process so don't add that explicitly, and drop grubby from the aarch64 explicit list as it's in the general list, add grub2-tools-efi. Signed-off-by: Peter Robinson <pbrobinson@gmail.com>
This commit is contained in:
parent
c638926880
commit
94453ff94e
@ -30,11 +30,15 @@ installpkg glibc-all-langpacks
|
|||||||
|
|
||||||
## arch-specific packages (bootloaders etc.)
|
## arch-specific packages (bootloaders etc.)
|
||||||
%if basearch == "aarch64":
|
%if basearch == "aarch64":
|
||||||
installpkg efibootmgr grub2-efi-aa64-cdboot grubby shim-aa64
|
installpkg grub2-tools-efi
|
||||||
|
installpkg efibootmgr
|
||||||
|
installpkg grub2-efi-aa64-cdboot shim-aa64
|
||||||
%endif
|
%endif
|
||||||
%if basearch in ("arm", "armhfp"):
|
%if basearch in ("arm", "armhfp"):
|
||||||
|
installpkg grub2-tools-efi
|
||||||
|
installpkg efibootmgr
|
||||||
|
installpkg grub2-efi-arm-cdboot
|
||||||
installpkg kernel-lpae
|
installpkg kernel-lpae
|
||||||
installpkg uboot-tools
|
|
||||||
%endif
|
%endif
|
||||||
%if basearch == "i386":
|
%if basearch == "i386":
|
||||||
installpkg gpart
|
installpkg gpart
|
||||||
|
Loading…
Reference in New Issue
Block a user