Ignore:
Timestamp:
06/05/2016 04:50:58 PM (8 years ago)
Author:
DJ Lucas <dj@…>
Branches:
10.0, 10.1, 11.0, 11.1, 11.2, 11.3, 12.0, 12.1, 7.10, 8.0, 8.1, 8.2, 8.3, 8.4, 9.0, 9.1, basic, bdubbs/svn, elogind, kea, ken/TL2024, ken/inkscape-core-mods, ken/tuningfonts, lazarus, lxqt, nosym, perl-modules, plabs/newcss, plabs/python-mods, python3.11, qt5new, rahul/power-profiles-daemon, renodr/vulkan-addition, trunk, upgradedb, xry111/intltool, xry111/llvm18, xry111/soup3, xry111/test-20220226, xry111/xf86-video-removal
Children:
05664c3e
Parents:
f586237
Message:

[Systemd merge] - LVM2

git-svn-id: svn://svn.linuxfromscratch.org/BLFS/trunk/BOOK@17447 af4574ff-66df-0310-9fd7-8a98e5e911e0

File:
1 edited

Legend:

Unmodified
Added
Removed
  • postlfs/filesystems/lvm2.xml

    rf586237 r422bd2c  
    139139    </para>
    140140
    141 <screen><userinput>SAVEPATH=$PATH                  &amp;&amp;
     141<screen revision="sysv"><userinput>SAVEPATH=$PATH                  &amp;&amp;
    142142PATH=$PATH:/sbin:/usr/sbin      &amp;&amp;
    143143./configure --prefix=/usr       \
     
    151151unset SAVEPATH</userinput></screen>
    152152
     153<screen revision="systemd"><userinput>SAVEPATH=$PATH                  &amp;&amp;
     154PATH=$PATH:/sbin:/usr/sbin      &amp;&amp;
     155./configure --prefix=/usr       \
     156            --exec-prefix=      \
     157            --with-confdir=/etc \
     158            --enable-applib     \
     159            --enable-cmdlib     \
     160            --enable-pkgconfig  \
     161            --enable-udev_sync  &amp;&amp;
     162make                            &amp;&amp;
     163PATH=$SAVEPATH                  &amp;&amp;
     164unset SAVEPATH</userinput></screen>
     165
    153166    <para>
    154167      The tests use <application>udev</application> for logical volume
     
    273286        </seg>
    274287        <seg>
    275           libdevmapper.so, liblvm2app.so and liblvm2cmd.so; optional:
     288          libdevmapper.so, liblvm2app.so, and liblvm2cmd.so; optional:
    276289          libdevmapper-event.so, libdevmapper-event-lvm2.so,
    277290          libdevmapper-event-lvm2mirror.so, libdevmapper-event-lvm2snapshot.so,
     
    295308        <listitem>
    296309          <para>
    297             utility to deactivate block device.
     310            is a utility to deactivate block device.
    298311          </para>
    299312          <indexterm zone="lvm2 blkdeactivate">
Note: See TracChangeset for help on using the changeset viewer.