grub: Don't install an empty EFI configuration file

Signed-off-by: Michael Tremer <michael.tremer@ipfire.org>
This commit is contained in:
Michael Tremer
2018-06-07 22:15:58 +01:00
parent fd80e500df
commit 24e811b03a
2 changed files with 0 additions and 9 deletions

View File

@@ -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

View File

@@ -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"