mirror of
https://github.com/Zeckmathederg/glfs.git
synced 2025-02-04 07:17:15 +08:00
[Systemd merge] - LVM2
git-svn-id: svn://svn.linuxfromscratch.org/BLFS/trunk/BOOK@17447 af4574ff-66df-0310-9fd7-8a98e5e911e0
This commit is contained in:
parent
f586237a1c
commit
422bd2cc41
@ -138,7 +138,7 @@
|
||||
commands:
|
||||
</para>
|
||||
|
||||
<screen><userinput>SAVEPATH=$PATH &&
|
||||
<screen revision="sysv"><userinput>SAVEPATH=$PATH &&
|
||||
PATH=$PATH:/sbin:/usr/sbin &&
|
||||
./configure --prefix=/usr \
|
||||
--exec-prefix= \
|
||||
@ -148,6 +148,19 @@ PATH=$PATH:/sbin:/usr/sbin &&
|
||||
--enable-udev_sync &&
|
||||
make &&
|
||||
PATH=$SAVEPATH &&
|
||||
unset SAVEPATH</userinput></screen>
|
||||
|
||||
<screen revision="systemd"><userinput>SAVEPATH=$PATH &&
|
||||
PATH=$PATH:/sbin:/usr/sbin &&
|
||||
./configure --prefix=/usr \
|
||||
--exec-prefix= \
|
||||
--with-confdir=/etc \
|
||||
--enable-applib \
|
||||
--enable-cmdlib \
|
||||
--enable-pkgconfig \
|
||||
--enable-udev_sync &&
|
||||
make &&
|
||||
PATH=$SAVEPATH &&
|
||||
unset SAVEPATH</userinput></screen>
|
||||
|
||||
<para>
|
||||
@ -272,7 +285,7 @@ make -C libdm install</userinput></screen>
|
||||
functionalities
|
||||
</seg>
|
||||
<seg>
|
||||
libdevmapper.so, liblvm2app.so and liblvm2cmd.so; optional:
|
||||
libdevmapper.so, liblvm2app.so, and liblvm2cmd.so; optional:
|
||||
libdevmapper-event.so, libdevmapper-event-lvm2.so,
|
||||
libdevmapper-event-lvm2mirror.so, libdevmapper-event-lvm2snapshot.so,
|
||||
libdevmapper-event-lvm2raid.so, and libdevmapper-event-lvm2thin.so
|
||||
@ -294,7 +307,7 @@ make -C libdm install</userinput></screen>
|
||||
<term><command>blkdeactivate</command></term>
|
||||
<listitem>
|
||||
<para>
|
||||
utility to deactivate block device.
|
||||
is a utility to deactivate block device.
|
||||
</para>
|
||||
<indexterm zone="lvm2 blkdeactivate">
|
||||
<primary sortas="b-blkdeactivate">blkdeactivate</primary>
|
||||
|
Loading…
Reference in New Issue
Block a user