mirror of
https://github.com/vincentmli/bpfire.git
synced 2026-04-24 01:42:58 +02:00
grub: Don't install an empty EFI configuration file
Signed-off-by: Michael Tremer <michael.tremer@ipfire.org>
This commit is contained in:
@@ -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
|
||||
|
||||
4
lfs/grub
4
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"
|
||||
|
||||
Reference in New Issue
Block a user