Switch back to use “#if ARCHITECTURES” instead of “#if ARCHITECTURE”

live-build 4.0.4 reverted the problematic change.
debian-cd
Raphaël Hertzog 10 years ago
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

@ -16,13 +16,13 @@ kbd
console-data
console-common
#if ARCHITECTURE armel armhf
#if ARCHITECTURES armel armhf
cgpt
vboot-utils
vboot-kernel-utils
#endif
#if ARCHITECTURE i386 amd64
#if ARCHITECTURES i386 amd64
firmware-b43legacy-installer
firmware-b43-installer
guymager
@ -35,7 +35,7 @@ guymager
# or you can just comment everything except the package of your
# preferred desktop.
#if ARCHITECTURE i386 amd64
#if ARCHITECTURES i386 amd64
# *** GNOME DESKTOP ***
gnome-core
gnome-brave-icon-theme
@ -44,7 +44,7 @@ nautilus-open-terminal
gnome-orca
#endif
#if ARCHITECTURE armel armhf
#if ARCHITECTURES armel armhf
# *** XFCE DESKTOP ***
xfce4
network-manager-gnome

Loading…
Cancel
Save