From dec15c4f313b1e0491206a650771b0263f80c10a Mon Sep 17 00:00:00 2001 From: Michael Tremer Date: Thu, 7 Jun 2018 22:15:58 +0100 Subject: [PATCH] grub: Don't install an empty EFI configuration file Signed-off-by: Michael Tremer --- config/rootfiles/common/x86_64/grub | 5 ----- lfs/grub | 4 ---- 2 files changed, 9 deletions(-) diff --git a/config/rootfiles/common/x86_64/grub b/config/rootfiles/common/x86_64/grub index 4229be4a57..d64a988191 100644 --- a/config/rootfiles/common/x86_64/grub +++ b/config/rootfiles/common/x86_64/grub @@ -1,8 +1,3 @@ -#boot/efi -#boot/efi/EFI -#boot/efi/EFI/ipfire -#boot/efi/EFI/ipfire/grub-efi -boot/efi/EFI/ipfire/grub-efi/grub.cfg #boot/grub boot/grub/grub.cfg boot/grub/splash.png diff --git a/lfs/grub b/lfs/grub index c4391c1128..97428791df 100644 --- a/lfs/grub +++ b/lfs/grub @@ -100,10 +100,6 @@ ifeq "$(BUILD_EFI)" "1" --with-platform=efi CFLAGS= LDFLAGS= cd $(DIR_APP_EFI) && make $(MAKETUNING) cd $(DIR_APP_EFI) && make install - - # Install empty configuration file - -mkdir -pv /boot/efi/EFI/ipfire/grub-efi - touch /boot/efi/EFI/ipfire/grub-efi/grub.cfg endif ifeq "$(BUILD_PC)" "1" -- 2.39.5