diff options
author | Xi Ruoyao <xry111@mengyan1223.wang> | 2021-04-09 19:07:48 +0800 |
---|---|---|
committer | Xi Ruoyao <xry111@mengyan1223.wang> | 2021-04-09 19:07:48 +0800 |
commit | 1c16a05b81ec540ee72c74ff727e285b1440f385 (patch) | |
tree | 753edf4276aaffd2fc8769d8d4eab889dff79b9f /chapter08 | |
parent | c8612fa00e822a42d9889de87329032bd22424c7 (diff) |
modify the reference to lfs-uefi hint to BLFS instead
Diffstat (limited to 'chapter08')
-rw-r--r-- | chapter08/grub.xml | 10 |
1 files changed, 10 insertions, 0 deletions
diff --git a/chapter08/grub.xml b/chapter08/grub.xml index a2ac15011..69e098daa 100644 --- a/chapter08/grub.xml +++ b/chapter08/grub.xml @@ -40,6 +40,16 @@ <sect2 role="installation"> <title>Installation of GRUB</title> + <note> + <para> + If your system has UEFI support and you wish to boot LFS with UEFI, + you can skip this package in LFS, + and install GRUB with UEFI support (and its dependencies) following + <ulink url="&blfs-book;postlfs/grub-efi.html">the BLFS page</ulink> + at the end of this chapter. + </para> + </note> + <para>Prepare GRUB for compilation:</para> <screen><userinput remap="configure">./configure --prefix=/usr \ |