Changeset 93ec8b3


Ignore:
Timestamp:
08/14/2023 01:16:49 AM (14 months ago)
Author:
Xi Ruoyao <xry111@…>
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:
bd93ae1, d6f618b
Parents:
f0b518a
git-author:
Xi Ruoyao <xry111@…> (08/14/2023 01:15:54 AM)
git-committer:
Xi Ruoyao <xry111@…> (08/14/2023 01:16:49 AM)
Message:

grub cfg: Add an explanation for the insmod commands

File:
1 edited

Legend:

Unmodified
Added
Removed
  • chapter10/grub.xml

    rf0b518a r93ec8b3  
    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.