chore(board): add 32-bit EFI to IMG

This commit is contained in:
desertwitch
2026-02-18 10:26:09 +01:00
parent e2d8217ff8
commit 68710cedf1

View File

@@ -6,6 +6,7 @@ image boot.vfat {
file boot/version.txt { image = 'version.txt' } file boot/version.txt { image = 'version.txt' }
file boot/shredos.id { image = '/dev/null' } file boot/shredos.id { image = '/dev/null' }
file boot/memtest { image = 'memtest.bin' } file boot/memtest { image = 'memtest.bin' }
file EFI/BOOT/bootia32.efi { image = 'bootia32.efi' }
file EFI/BOOT/bootx64.efi { image = 'bootx64.efi' } file EFI/BOOT/bootx64.efi { image = 'bootx64.efi' }
file EFI/BOOT/grub.cfg { image = 'grub.cfg' } file EFI/BOOT/grub.cfg { image = 'grub.cfg' }
file EFI/BOOT/memtest.efi { image = 'memtest.efi' } file EFI/BOOT/memtest.efi { image = 'memtest.efi' }