Switch back to use “#if ARCHITECTURES” instead of “#if ARCHITECTURE”
live-build 4.0.4 reverted the problematic change.debian-cd
parent
d1886f45dc
commit
da1941d529
@ -1,11 +1,11 @@
|
|||||||
# EFI support, ensure we have the required .deb in the ISO available for
|
# EFI support, ensure we have the required .deb in the ISO available for
|
||||||
# installation
|
# installation
|
||||||
|
|
||||||
#if ARCHITECTURE i386
|
#if ARCHITECTURES i386
|
||||||
grub-efi
|
grub-efi
|
||||||
grub-efi-ia32
|
grub-efi-ia32
|
||||||
#endif
|
#endif
|
||||||
#if ARCHITECTURE amd64
|
#if ARCHITECTURES amd64
|
||||||
grub-efi
|
grub-efi
|
||||||
grub-efi-amd64
|
grub-efi-amd64
|
||||||
#endif
|
#endif
|
||||||
|
Loading…
Reference in New Issue