From e88f8c867dd9e54ad25f6c6bafd8f84649dc4a7e Mon Sep 17 00:00:00 2001 From: bdubbs Date: Wed, 9 Jan 2019 22:37:53 +0000 Subject: [PATCH] Update lfs-uefi patch git-svn-id: svn://svn.linuxfromscratch.org/hints/trunk@1152 103bf434-28df-0310-ab84-f3a62b6b63b3 --- lfs-uefi-20180409.txt | 14 ++++++++++---- 1 file changed, 10 insertions(+), 4 deletions(-) diff --git a/lfs-uefi-20180409.txt b/lfs-uefi-20180409.txt index 493cd37..6e44f7b 100644 --- a/lfs-uefi-20180409.txt +++ b/lfs-uefi-20180409.txt @@ -2,15 +2,12 @@ USING GRUB ON UEFI AUTHOR: Dan McGhee, Kevin M. Buckley, and Xi Ruoyao -DATE: 2018-04-10 +DATE: 2019-01-10 LICENSE: GNU Free Documentation License Version 1.2 SYNOPSIS: Boot LFS by default in a UEFI Environment using GRUB -PRIMARY URI: https://linux.xidian.edu.cn/git/xry111/LFS-book/wiki/lfs-uefi -(Markdown formatted, update once the author has built a new LFS version) - DESCRIPTION: This hint contains the information to direct the OS Boot Manager to default to the GRUB in a UEFI environment employing EFI Mode. This hint applies to @@ -278,9 +275,15 @@ Dependencies: Download: * https://ftp.gnu.org/gnu/grub/grub-2.02.tar.xz +* Required patch: +https://bf.mengyan1223.wang/assets/patches/grub-2.02-relocation_fix-1.patch Prepare for compilation: + Apply a patch to make some fixes required by binutils-2.31: + + patch -Np1 -i ../grub-2.02-relocation_fix-1.patch + [NOTE] Some options in 2017-02-07 hint are no longer necessary. ./configure --prefix=/usr \ @@ -561,6 +564,9 @@ TODO: from distro CHANGELOG: +[2019-01-10] + Added grub patch for binutils-2.31 + [2018-04-09] Updated for LFS 8.2 Use BLFS-like format for package dependency list -- 2.11.4.GIT