Skip to content

Commit

Permalink
packages: work on 32bit/i386 compatibility (bootloader packages)
Browse files Browse the repository at this point in the history
  • Loading branch information
nodiscc committed Mar 3, 2022
1 parent 0860e7e commit c706a9e
Showing 1 changed file with 9 additions and 2 deletions.
11 changes: 9 additions & 2 deletions config/package-lists/installer.list.binary
Original file line number Diff line number Diff line change
@@ -1,9 +1,16 @@
# These packages are required by the installer to install the system in UEFIM boot mode
#if ARCHITECTURES i386
grub-efi-ia32-bin
grub-efi-ia332
grub-efi-ia32-signed
shim-helpers-i386-signed
#if ARCHITECTURES amd64
grub-efi-amd64-bin
grub-efi-amd64
grub-efi-amd64-signed
shim-helpers-amd64-signed
#endif
mokutil
shim-unsigned
shim-helpers-amd64-signed
shim-signed-common
shim-signed
shim-signed

0 comments on commit c706a9e

Please sign in to comment.