mirror of
https://github.com/Ysurac/openmptcprouter.git
synced 2025-02-12 19:31:52 +00:00
Fix uefi patch
This commit is contained in:
parent
683b25fe19
commit
5235754d43
1 changed files with 3 additions and 3 deletions
|
@ -52,9 +52,9 @@ index 965737ac63..d2a9e0ec0e 100644
|
|||
|
||||
export PATH=$(TARGET_PATH):/sbin
|
||||
|
||||
-GRUB2_MODULES = biosdisk boot chain configfile ext2 linux ls part_msdos reboot serial vga
|
||||
+GRUB2_MODULES = biosdisk boot chain configfile fat linux ls part_msdos reboot serial vga
|
||||
GRUB2_MODULES_ISO = biosdisk boot chain configfile iso9660 linux ls part_msdos reboot serial vga
|
||||
-GRUB2_MODULES = biosdisk boot chain configfile ext2 linux ls part_msdos reboot serial test vga
|
||||
+GRUB2_MODULES = biosdisk boot chain configfile fat linux ls part_msdos reboot serial test vga
|
||||
GRUB2_MODULES_ISO = biosdisk boot chain configfile iso9660 linux ls part_msdos reboot serial test vga
|
||||
GRUB_TERMINALS =
|
||||
GRUB_SERIAL_CONFIG =
|
||||
@@ -65,8 +65,10 @@ ifneq ($(CONFIG_GRUB_IMAGES),)
|
||||
|
|
Loading…
Reference in a new issue