]> git.ipfire.org Git - people/pmueller/ipfire-2.x.git/commitdiff
grub: apply vga fallback disable patch again
authorArne Fitzenreiter <arne_f@ipfire.org>
Sun, 22 Jul 2018 11:41:38 +0000 (13:41 +0200)
committerArne Fitzenreiter <arne_f@ipfire.org>
Sun, 22 Jul 2018 11:41:38 +0000 (13:41 +0200)
on some systems (e.g. J1900 based) grub detects a too low resolution
and use it. This is no problem in grub itself but the kernel not render
the consoles in this mode.

Signed-off-by: Arne Fitzenreiter <arne_f@ipfire.org>
lfs/grub

index 51bbc78599ec105fcf9af541802556cce86b3a93..b51566df39c7c2e9634685b8926b16041f8967de 100644 (file)
--- a/lfs/grub
+++ b/lfs/grub
@@ -98,6 +98,8 @@ $(TARGET) : $(patsubst %,$(DIR_DL)/%,$(objects))
        @$(PREBUILD)
        @rm -rf $(DIR_APP) $(DIR_APP_EFI) && cd $(DIR_SRC) && tar axf $(DIR_DL)/$(DL_FILE)
 
+       cd $(DIR_APP) && patch -Np1 < $(DIR_SRC)/src/patches/grub-2.02_disable_vga_fallback.patch
+
        # Install unifont
        cp -v $(DIR_DL)/unifont-7.0.03.pcf.gz $(DIR_APP)/unifont.pcf.gz