Author: dj
Date: Sun Jun  5 09:50:58 2016
New Revision: 17447

Log:
[Systemd merge] - LVM2

Modified:
   trunk/BOOK/postlfs/filesystems/lvm2.xml

Modified: trunk/BOOK/postlfs/filesystems/lvm2.xml
==============================================================================
--- trunk/BOOK/postlfs/filesystems/lvm2.xml     Sat Jun  4 22:57:10 2016        
(r17446)
+++ trunk/BOOK/postlfs/filesystems/lvm2.xml     Sun Jun  5 09:50:58 2016        
(r17447)
@@ -138,7 +138,7 @@
       commands:
     </para>
 
-<screen><userinput>SAVEPATH=$PATH                  &amp;&amp;
+<screen revision="sysv"><userinput>SAVEPATH=$PATH                  &amp;&amp;
 PATH=$PATH:/sbin:/usr/sbin      &amp;&amp;
 ./configure --prefix=/usr       \
             --exec-prefix=      \
@@ -150,6 +150,19 @@
 PATH=$SAVEPATH                  &amp;&amp;
 unset SAVEPATH</userinput></screen>
 
+<screen revision="systemd"><userinput>SAVEPATH=$PATH                  
&amp;&amp;
+PATH=$PATH:/sbin:/usr/sbin      &amp;&amp;
+./configure --prefix=/usr       \
+            --exec-prefix=      \
+            --with-confdir=/etc \
+            --enable-applib     \
+            --enable-cmdlib     \
+            --enable-pkgconfig  \
+            --enable-udev_sync  &amp;&amp;
+make                            &amp;&amp;
+PATH=$SAVEPATH                  &amp;&amp;
+unset SAVEPATH</userinput></screen>
+
     <para>
       The tests use <application>udev</application> for logical volume
       synchronization, so that the LVM udev rules and some utilities need to
@@ -272,7 +285,7 @@
           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 @@
         <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>
-- 
http://lists.linuxfromscratch.org/listinfo/blfs-book
FAQ: http://www.linuxfromscratch.org/blfs/faq.html
Unsubscribe: See the above information page

Reply via email to