Merge branch 'trunk' of git.linuxfromscratch.org:blfs into trunk

This commit is contained in:
Bruce Dubbs 2022-04-07 17:05:43 -05:00
commit 8bbf8a2693

View File

@ -301,6 +301,35 @@ make install_systemd_units</userinput></screen>
</sect2>
<sect2 role="configuration" revision="systemd">
<title>Configuring LVM2</title>
<sect3 id="lvm2-config">
<title>Config File</title>
<para>
<filename>/etc/lvm/lvm.conf</filename>
</para>
<indexterm zone="lvm2 lvm2-config">
<primary
sortas="e-etc-lvm-lvm.conf">/etc/lvm/lvm.conf</primary>
</indexterm>
</sect3>
<sect3><title>Configuration Information</title>
<para>
The default configuration still references the obsolete <filename
class="directory">/var/lock</filename> directory. This creates
a dead lock at boot time. Change this (as the <systemitem
class="username">root</systemitem> user):
</para>
<screen role="root"><userinput>sed -e '/locking_dir =/{s/#//;s/var/run/}' \
-i /etc/lvm/lvm.conf</userinput></screen>
</sect3>
</sect2>
<sect2 role="content">
<title>Contents</title>