Include the grub-efi-*.deb in the ISO but not in the live image

For some weird reasons, having them in the live image completely
breaks debian-installer.
debian-cd
Raphaël Hertzog 11 years ago
parent 29e6e46a9a
commit 2a299f7e44

@ -0,0 +1,11 @@
# EFI support, ensure we have the required .deb in the ISO available for
# installation
#if ARCHITECTURES i386
grub-efi
grub-efi-ia32
#endif
#if ARCHITECTURES amd64
grub-efi
grub-efi-amd64
#endif

@ -28,16 +28,6 @@ firmware-b43-installer
guymager
#endif
# EFI support
#if ARCHITECTURES i386
grub-efi
grub-efi-ia32
#endif
#if ARCHITECTURES amd64
grub-efi
grub-efi-amd64
#endif
# Graphical desktops depending on the architecture
#
# You can replace all the remaining lines with a list of the

Loading…
Cancel
Save