]> git.ipfire.org Git - ipfire-2.x.git/commitdiff
grub: Don't install an empty EFI configuration file
authorMichael Tremer <michael.tremer@ipfire.org>
Thu, 7 Jun 2018 21:15:58 +0000 (22:15 +0100)
committerMichael Tremer <michael.tremer@ipfire.org>
Sat, 14 Jul 2018 12:43:51 +0000 (13:43 +0100)
Signed-off-by: Michael Tremer <michael.tremer@ipfire.org>
config/rootfiles/common/x86_64/grub
lfs/grub

index 4229be4a57f618e397ddfd1230a550721bfe235e..d64a9881917e45745db0bfc4d78918c8aa731fd6 100644 (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
index c4391c11289d950e59b552663e57bfdf437d5253..97428791dfe4c8d5c4b3cb5a6bf5bf5722b22ece 100644 (file)
--- 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"