Changeset 4096cdf for chapter08


Ignore:
Timestamp:
02/19/2023 11:30:12 PM (20 months ago)
Author:
Thomas Trepl <thomas@…>
Branches:
multilib, xry111/multilib
Children:
e9a5bd5
Parents:
bef6431 (diff), ea60153 (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:

Automatic merge of trunk into multilib

Location:
chapter08
Files:
2 edited

Legend:

Unmodified
Added
Removed
  • chapter08/e2fsprogs.xml

    rbef6431 r4096cdf  
    133133install -v -m644 doc/com_err.info /usr/share/info
    134134install-info --dir-file=/usr/share/info/dir /usr/share/info/com_err.info</userinput></screen>
     135  </sect2>
     136
     137  <sect2 id="conf-e2fsprogs" role="configuration">
     138    <title>Configuring E2fsprogs</title>
     139
     140    <indexterm zone="conf-e2fsprogs">
     141      <primary sortas="e-/etc/mke2fs.conf">/etc/mke2fs.conf</primary>
     142    </indexterm>
     143
     144    <para>
     145      <filename>/etc/mke2fs.conf</filename> contains the default value of
     146      various command line options of <command>mke2fs</command>.  You may
     147      edit the file to make the default values suitable for your need.
     148      For example, some utilities (not in LFS or BLFS) cannot recognize a
     149      <systemitem class='filesystem'>ext4</systemitem> file system with
     150      <literal>metadata_csum_seed</literal> feature enabled.
     151      <emphasis role='bold'>If</emphasis> you need such an utility, you may
     152      remove the feature from the default
     153      <systemitem class='filesystem'>ext4</systemitem> feature list with the
     154      command:
     155    </para>
     156
     157    <screen role='nodump'><userinput>sed 's/metadata_csum_seed,//' -i /etc/mke2fs.conf</userinput></screen>
     158
     159    <para>
     160      Read the man page <filename>mke2fs.conf(5)</filename> for details.
     161    </para>
    135162  </sect2>
    136163
  • chapter08/grub.xml

    rbef6431 r4096cdf  
    6262    </warning>
    6363
     64    <para>
     65      Fix an issue causing <command>grub-install</command> to fail when the
     66      <filename class='directory'>/boot</filename> partition (or the root
     67      partition if <filename class='directory'>/boot</filename> is not a
     68      separate partition) is created by e2fsprogs-1.47.0 or later:
     69    </para>
     70
     71<screen><userinput remap='pre'>patch -Np1 -i ../grub-&grub-version;-upstream_fixes-1.patch</userinput></screen>
     72
    6473    <para>Prepare GRUB for compilation:</para>
    6574
Note: See TracChangeset for help on using the changeset viewer.