grub: added fwsetup_efi.cfg

Added for EFI only (see stage1/scripts.d/01-grub).
This commit is contained in:
Anton Midyukov 2020-01-11 01:56:52 +07:00
parent f91443c8d4
commit 65a7c43a08

View File

@ -16,7 +16,7 @@ ifndef GRUB_DIRECT
# SUBPROFILES are considered GRUB_CFG too
# (note these can appear like stage2@live);
# 01defaults.cfg is included indefinitely
GRUB_CFG := $(GRUB_CFG) $(SUBPROFILE_DIRS) defaults
GRUB_CFG := $(GRUB_CFG) $(SUBPROFILE_DIRS) defaults fwsetup_efi
endif
DSTDIR := $(BUILDDIR)/stage1/files/boot/grub/.in