X-Git-Url: http://git.ipfire.org/?a=blobdiff_plain;ds=sidebyside;f=lfs%2Fgrub;h=e6131f2f59dd360b9d91b2956eba340a68d68049;hb=3bc001dbf976a89dcf4fc15912b472073c9e45db;hp=51bbc78599ec105fcf9af541802556cce86b3a93;hpb=a570226765f6774c3eece1006b462d20d0b991f9;p=ipfire-2.x.git diff --git a/lfs/grub b/lfs/grub index 51bbc78599..e6131f2f59 100644 --- a/lfs/grub +++ b/lfs/grub @@ -98,6 +98,9 @@ $(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 + cd $(DIR_APP) && patch -Np1 < $(DIR_SRC)/src/patches/grub-2.02-xfs-accept-filesystem-with-sparse-inodes.patch + # Install unifont cp -v $(DIR_DL)/unifont-7.0.03.pcf.gz $(DIR_APP)/unifont.pcf.gz @@ -129,9 +132,5 @@ endif -mkdir -pv /etc/default install -m 644 $(DIR_SRC)/config/grub2/default /etc/default/grub - # Disable hardening. - paxctl -Cmpes /usr/sbin/grub-bios-setup /usr/sbin/grub-probe - paxctl -Cmpexs /usr/bin/grub-script-check - @rm -rf $(DIR_APP) $(DIR_APP_PC) $(DIR_APP_EFI) @$(POSTBUILD)