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
|
||||
# installation
|
||||
|
||||
#if ARCHITECTURE i386
|
||||
#if ARCHITECTURES i386
|
||||
grub-efi
|
||||
grub-efi-ia32
|
||||
#endif
|
||||
#if ARCHITECTURE amd64
|
||||
#if ARCHITECTURES amd64
|
||||
grub-efi
|
||||
grub-efi-amd64
|
||||
#endif
|
||||
|
Loading…
Reference in New Issue