[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
bug#55343: Add support for 32bit UEFI
From: |
Mathieu Othacehe |
Subject: |
bug#55343: Add support for 32bit UEFI |
Date: |
Fri, 24 Jun 2022 10:23:54 +0200 |
User-agent: |
Gnus/5.13 (Gnus v5.13) Emacs/28.1 (gnu/linux) |
Hey,
> This way we could get rid of the grub-efi32 package and rely only on
> the grub-efi package. We would need to come up with something
> similar for the aarch64-linux Grub package I guess.
I tried to do that, turns out Grub doesn't have support for building
modules for multiple architectures in a single pass. You need to call
configure and make for each architecture. Having a dedicated grub-efi32
doesn't seem so bad after all.
I pushed the patchset, thanks!
Mathieu