mirror of
https://github.com/Zeckmathederg/glfs.git
synced 2025-01-24 23:32:12 +08:00
Merge branch 'trunk' of git.linuxfromscratch.org:blfs into trunk
This commit is contained in:
commit
8bbf8a2693
@ -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>
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user