diff options
author | Xi Ruoyao <xry111@xry111.site> | 2023-08-21 10:50:31 +0800 |
---|---|---|
committer | Xi Ruoyao <xry111@xry111.site> | 2023-08-21 11:12:09 +0800 |
commit | b59c9e9155e6fffe4c35d4a622a9eaa5eb93d226 (patch) | |
tree | ccff568f55eb5614995b7ada4cffbec52eb186d9 | |
parent | 76412317772426581b947d4a46835b2329432459 (diff) |
grub configuration: The instructions should be skipped for UEFI, but the text not
-rw-r--r-- | chapter10/grub.xml | 6 |
1 files changed, 4 insertions, 2 deletions
diff --git a/chapter10/grub.xml b/chapter10/grub.xml index f232a1675..1b2335623 100644 --- a/chapter10/grub.xml +++ b/chapter10/grub.xml @@ -19,8 +19,10 @@ <note> <para> If your system has UEFI support and you wish to boot LFS with UEFI, - you should skip this page, and configure GRUB with UEFI support - using the instructions provided in + you should skip the instructions in this page but still learn the + syntax of <filename>grub.cfg</filename> and the method to specify + a partition in the file from this page, and configure GRUB with UEFI + support using the instructions provided in <ulink url="&blfs-book;postlfs/grub-setup.html">the BLFS page</ulink>. </para> </note> |