Minor package fixes for aarch64/ARMv7
The grub2-tools-efi is Mac specific, we still need uboot-tools in some corner cases. Signed-off-by: Peter Robinson <pbrobinson@gmail.com>
This commit is contained in:
parent
e0cad3dcf8
commit
8b0d2648dd
@ -30,15 +30,15 @@ installpkg glibc-all-langpacks
|
|||||||
|
|
||||||
## arch-specific packages (bootloaders etc.)
|
## arch-specific packages (bootloaders etc.)
|
||||||
%if basearch == "aarch64":
|
%if basearch == "aarch64":
|
||||||
installpkg grub2-tools-efi
|
|
||||||
installpkg efibootmgr
|
installpkg efibootmgr
|
||||||
installpkg grub2-efi-aa64-cdboot shim-aa64
|
installpkg grub2-efi-aa64-cdboot shim-aa64
|
||||||
|
installpkg uboot-tools
|
||||||
%endif
|
%endif
|
||||||
%if basearch in ("arm", "armhfp"):
|
%if basearch in ("arm", "armhfp"):
|
||||||
installpkg grub2-tools-efi
|
|
||||||
installpkg efibootmgr
|
installpkg efibootmgr
|
||||||
installpkg grub2-efi-arm-cdboot
|
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