[lfs] 02/02: non-x86-efi: demonstrate the fwsetup command

"Git Owner" ([email protected] via lfs-book Mailing List) <[email protected]>
Newsgroups gmane.linux.lfs.book
Message-ID <[email protected]>
This is an automated email from the git hooks/post-receive script.

git pushed a commit to branch xry111/non-x86-efi
in repository lfs.

commit 2ca29d074b65543ece954a8b0899c909afd47331
Author: Xi Ruoyao <[email protected]>
AuthorDate: Sun Apr 5 19:56:59 2026 +0800

    non-x86-efi: demonstrate the fwsetup command
    
    Another bit lost in the x86 book.  I guess the loss is because x86
    legacy BIOS doesn't support this.  Add it back for non-x86 anyway.
---
 chapter10/grub.xml | 11 +++++++++++
 1 file changed, 11 insertions(+)

diff --git a/chapter10/grub.xml b/chapter10/grub.xml
index 6a2786e9d..1760dc508 100644
--- a/chapter10/grub.xml
+++ b/chapter10/grub.xml
@@ -208,6 +208,10 @@ menuentry "Debian" {
         insmod fat
         insmod chain
         chainloader (hd0,1)/EFI/DEBIAN/GRUB&efi-BOOT-suffix;.EFI
+}
+
+menuentry "Firmware Setup" {
+        fwsetup
 }</literal>
 EOF</userinput></screen>
 <!-- GOP is probably not needed anyhow, since we're not using terminal_output
@@ -240,6 +244,13 @@ EOF</userinput></screen>
       well.
     </para>
 
+    <para>
+      The <quote>Firmware Setup</quote> section demonstrate the use of
+      the <command>fwsetup</command> command, which invokes the
+      configuration interface of the UEFI firmware (widely known as
+      <quote>BIOS Setup</quote>).
+    </para>
+
     <note>
       <para>The GRUB designator for a partition may change if you added or
       removed some disks (including removable disks like USB thumb devices).

-- 
To stop receiving notification emails like this one, please contact
the administrator of this repository.

-- 
http://lists.linuxfromscratch.org/sympa/info/lfs-book
Unsubscribe: See the above information page
lmpx.com only provides a reader for public news (NNTP) servers. It is not affiliated with the servers or forums shown here and is not responsible for the content of articles, which is written by their respective authors.