loongarch: grub: reword the note about UEFI

No instruction change is needed.

Cherry picked from ARM64 branch.

(cherry picked from commit 5a458e897a)
This commit is contained in:
Xi Ruoyao 2022-08-26 16:48:11 +08:00
parent f81c799388
commit 133b5cc18b
No known key found for this signature in database
GPG Key ID: ACAAD20E19E710E3

View File

@ -42,11 +42,22 @@
<note> <note>
<para> <para>
If your system has UEFI support and you wish to boot LFS with UEFI, On LoongArch systems, the following instruction builds GRUB for UEFI.
you can skip this package in LFS, But the built GRUB lacks some features because a few optional
and install GRUB with UEFI support (and its dependencies) by following dependencies of GRUB for UEFI is beyond the scope of LFS and not
the instructions on installed yet.
<ulink url="&blfs-book;postlfs/grub-efi.html">the BLFS page</ulink>. </para>
<para>
If your system firmware does not support UEFI, you need to skip the
content of this page and try to figure out how to boot your system.
</para>
<para>
If your system firmware supports UEFI and you want a fully
functional GRUB, you can skip the content of this page,
and install GRUB with UEFI support (and its dependencies) following
<ulink url="&blfs-book;postlfs/grub-efi.html">the BLFS page</ulink>
(with <parameter>--target=x86_64</parameter> removed) at the end of
this chapter.
</para> </para>
</note> </note>