Changeset 8bbf8a2


Ignore:
Timestamp:
04/07/2022 10:05:43 PM (2 years ago)
Author:
Bruce Dubbs <bdubbs@…>
Branches:
11.2, 11.3, 12.0, 12.1, kea, ken/TL2024, ken/inkscape-core-mods, ken/tuningfonts, lazarus, lxqt, plabs/newcss, plabs/python-mods, python3.11, qt5new, rahul/power-profiles-daemon, renodr/vulkan-addition, trunk, xry111/llvm18, xry111/soup3, xry111/xf86-video-removal
Children:
9169ed5d
Parents:
ed29a75c (diff), ff12c0f (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:blfs into trunk

File:
1 edited

Legend:

Unmodified
Added
Removed
  • postlfs/filesystems/lvm2.xml

    red29a75c r8bbf8a2  
    300300    </para>
    301301
     302  </sect2>
     303
     304  <sect2 role="configuration" revision="systemd">
     305    <title>Configuring LVM2</title>
     306
     307    <sect3 id="lvm2-config">
     308      <title>Config File</title>
     309      <para>
     310        <filename>/etc/lvm/lvm.conf</filename>
     311      </para>
     312
     313      <indexterm zone="lvm2 lvm2-config">
     314        <primary
     315        sortas="e-etc-lvm-lvm.conf">/etc/lvm/lvm.conf</primary>
     316      </indexterm>
     317    </sect3>
     318
     319    <sect3><title>Configuration Information</title>
     320      <para>
     321        The default configuration still references the obsolete <filename
     322        class="directory">/var/lock</filename> directory. This creates
     323        a dead lock at boot time. Change this (as the <systemitem
     324        class="username">root</systemitem> user):
     325      </para>
     326
     327<screen role="root"><userinput>sed -e '/locking_dir =/{s/#//;s/var/run/}' \
     328    -i /etc/lvm/lvm.conf</userinput></screen>
     329
     330    </sect3>
    302331  </sect2>
    303332
Note: See TracChangeset for help on using the changeset viewer.