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

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

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

Loading…
Cancel
Save