Changeset d6f618b for chapter10


Ignore:
Timestamp:
08/14/2023 09:09:43 AM (11 months ago)
Author:
Xi Ruoyao <xry111@…>
Branches:
xry111/loongarch, xry111/loongarch-12.0, xry111/loongarch-12.1
Children:
fc4ba57
Parents:
3b48844 (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 remote-tracking branch 'origin/trunk' into xry111/loongarch

File:
1 edited

Legend:

Unmodified
Added
Removed
  • chapter10/grub.xml

    r3b48844 rd6f618b  
    221221}</literal>
    222222EOF</userinput></screen>
     223
     224    <para>
     225      The <command>insmod</command> commands load the
     226      <application>GRUB</application> modules named
     227      <filename>part_gpt</filename> and <filename>ext2</filename>.
     228      Despite the naming, <filename>ext2</filename> actually supports
     229      <systemitem class='filesystem'>ext2</systemitem>,
     230      <systemitem class='filesystem'>ext3</systemitem>, and
     231      <systemitem class='filesystem'>ext4</systemitem> filesystems.
     232      The <command>grub-install</command> command has embedded some modules
     233      into the main <application>GRUB</application> image (installed into
     234      the MBR or the GRUB BIOS partition) to access the other modules
     235      (in <filename class='directory'>/boot/grub/i386-pc</filename>) without
     236      a chicken-or-egg issue, so with a typical configuration these two
     237      modules are already embedded and those two <command>insmod</command>
     238      commands will do nothing.  But they do no harm anyway, and they may
     239      be needed with some rare configurations.
     240    </para>
    223241
    224242    <note><para>From <application>GRUB</application>'s perspective, the
Note: See TracChangeset for help on using the changeset viewer.