From 5235754d43d2e2de1a8dc103cb12348bbec4a102 Mon Sep 17 00:00:00 2001 From: Ycarus Date: Wed, 6 Mar 2019 22:42:07 +0100 Subject: [PATCH] Fix uefi patch --- patches/uefi.patch | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/patches/uefi.patch b/patches/uefi.patch index 8a7ae6ae..26e6d1e9 100644 --- a/patches/uefi.patch +++ b/patches/uefi.patch @@ -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),)