mirror of
https://github.com/token2/snapd.git
synced 2026-03-13 11:15:47 -07:00
Merge pull request #11282 from alfonsosanchezbeato/grub-multiarch Currently, the grub binary name is always grubx64.efi. However, for arm64 the usual name is Ubuntu us grubaa64.efi. Make it dependent on architecture, so one or the other is expected in each case. This will allow using grub on arm64 systems.