Changeset bd93ae1 for chapter10/grub.xml


Ignore:
Timestamp:
08/14/2023 06:53:30 PM (13 months ago)
Author:
Bruce Dubbs <bdubbs@…>
Branches:
12.0, 12.0-rc1, 12.1, 12.1-rc1, 12.2, 12.2-rc1, multilib, trunk, xry111/arm64, xry111/arm64-12.0, xry111/clfs-ng, xry111/loongarch, xry111/loongarch-12.0, xry111/loongarch-12.1, xry111/loongarch-12.2, xry111/mips64el, xry111/multilib, xry111/update-glibc
Children:
2b17a82, 355efd1
Parents:
f7d3b6e (diff), 93ec8b3 (diff)
Note: this is a merge changeset, the changes displayed below correspond to the merge itself.
Use the (diff) links above to see all the changes relative to each parent.
Message:

Merge branch 'trunk' of git.linuxfromscratch.org:lfs into trunk

File:
1 edited

Legend:

Unmodified
Added
Removed
  • chapter10/grub.xml

    rf7d3b6e rbd93ae1  
    150150}</literal>
    151151EOF</userinput></screen>
     152
     153    <para>
     154      The <command>insmod</command> commands load the
     155      <application>GRUB</application> modules named
     156      <filename>part_gpt</filename> and <filename>ext2</filename>.
     157      Despite the naming, <filename>ext2</filename> actually supports
     158      <systemitem class='filesystem'>ext2</systemitem>,
     159      <systemitem class='filesystem'>ext3</systemitem>, and
     160      <systemitem class='filesystem'>ext4</systemitem> filesystems.
     161      The <command>grub-install</command> command has embedded some modules
     162      into the main <application>GRUB</application> image (installed into
     163      the MBR or the GRUB BIOS partition) to access the other modules
     164      (in <filename class='directory'>/boot/grub/i386-pc</filename>) without
     165      a chicken-or-egg issue, so with a typical configuration these two
     166      modules are already embedded and those two <command>insmod</command>
     167      commands will do nothing.  But they do no harm anyway, and they may
     168      be needed with some rare configurations.
     169    </para>
    152170
    153171    <note><para>From <application>GRUB</application>'s perspective, the
Note: See TracChangeset for help on using the changeset viewer.