The attached patch changes the URL of grub patch to linuxfromscratch.org,
and updates some packages.
-- 
Xi Ruoyao <[email protected]>
School of Aerospace Science and Technology, Xidian University
--- lfs-uefi-20180409.txt.old	2019-01-10 01:37:50.807470360 +0800
+++ lfs-uefi-20180409.txt	2019-01-16 02:25:20.370892186 +0800
@@ -2,7 +2,7 @@
 
 AUTHOR: Dan McGhee, Kevin M. Buckley, and Xi Ruoyao
 
-DATE: 2019-01-10
+DATE: 2019-01-16
 
 LICENSE: GNU Free Documentation License Version 1.2
 
@@ -182,10 +182,7 @@
 The 2017-02-07 hint gives instruction to build `dosfstools`, now we can
 just follow BLFS instruction.
 
-EFIVAR-34
-
-The 2017-02-07 hint uses `efivar-30`, but it's known to cause some issues.
-So we update to `efivar-34`.
+EFIVAR-37
 
 Dependencies:
 * Required: popt
@@ -214,14 +211,14 @@
 
     make libdir=/usr/lib install
 
-EFIBOOTMGR-14
+EFIBOOTMGR-16
 
 Dependencies:
 * Required: `pciutils` and `efivars`
 * Required (runtime): `dosfstools`
 
 Download:
-* https://github.com/rhinstaller/efibootmgr/releases/download/14/efibootmgr-14.tar.bz2
+* https://github.com/rhinstaller/efibootmgr/releases/download/16/efibootmgr-16.tar.bz2
 
 Compile the package:
 
@@ -245,10 +242,10 @@
     install -v -D -m0644 src/efibootmgr.8 \
             /usr/share/man/man8/efibootmgr.8
 
-UNIFONT-10.0.07
+UNIFONT-11.0.03
 
 Download:
-* http://unifoundry.com/pub/unifont-10.0.07/font-builds/unifont-10.0.07.pcf.gz
+* http://unifoundry.com/pub/unifont/unifont-11.0.03/font-builds/unifont-11.0.03.pcf.gz
 
 Install the package:
 
@@ -259,7 +256,7 @@
   As the `root` user:
 
     mkdir -pv /usr/share/fonts/unifont &&
-    gunzip -c unifont-10.0.07.pcf.gz > \
+    gunzip -c unifont-11.0.03.pcf.gz > \
      /usr/share/fonts/unifont/unifont.pcf
 
 GRUB-2.02
@@ -275,8 +272,7 @@
 
 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
+* Required patch: http://www.linuxfromscratch.org/patches/downloads/grub/grub-2.02-relocation_fix-1.patch
 
 Prepare for compilation:
 
@@ -360,7 +356,7 @@
 
 KERNEL CONFIGURATION OPTIONS FOR EFI
 
-The LFS 8.2 kernel build's `make defconfig` populated a good number of
+The LFS 8.3 kernel build's `make defconfig` populated a good number of
 the EFI-related options on my UEFI-enabled hardware, however, so as to
 make the 2014-10-16 hint's list of settings easier to find when coming 
 to alter/set things, here is the list of the options along with the 
@@ -564,6 +560,12 @@
   from distro
 
 CHANGELOG:
+[2019-01-16]
+    Change the URL of grub patch to linuxfromscratch.org
+    Update to efivar-34
+    Update to efibootmgr-16
+    Update to unifont-11.0.03
+
 [2019-01-10]
     Added grub patch for binutils-2.31
 
-- 
http://lists.linuxfromscratch.org/listinfo/hints
FAQ: http://www.linuxfromscratch.org/blfs/faq.html
Unsubscribe: See the above information page

Reply via email to