Changes in / [d6f618b:3b48844]


Ignore:
File:
1 edited

Legend:

Unmodified
Added
Removed
  • chapter10/grub.xml

    rd6f618b r3b48844  
    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>
    241223
    242224    <note><para>From <application>GRUB</application>'s perspective, the
Note: See TracChangeset for help on using the changeset viewer.