Ignore:
Timestamp:
06/29/2020 07:38:45 AM (4 years ago)
Author:
Pierre Labastie <pieere@…>
Branches:
10.0, 10.1, 11.0, 11.1, 11.2, 11.3, 12.0, 12.1, kea, ken/TL2024, ken/inkscape-core-mods, ken/tuningfonts, lazarus, lxqt, 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:
691f4f70
Parents:
c3a210a
Message:

Add instructions to activate and mount lvm volume in systemd. ticket 13730

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

File:
1 edited

Legend:

Unmodified
Added
Removed
  • postlfs/filesystems/lvm2.xml

    rc3a210a r55dc313  
    230230    </para>
    231231
    232 <screen role="root"><userinput>make install</userinput></screen>
     232<screen role="root" revision="sysv"><userinput>make install</userinput></screen>
     233
     234<screen role="root" revision="systemd"><userinput>make install
     235make install_systemd_units</userinput></screen>
    233236
    234237  </sect2>
     
    265268      building of the <application>Device Mapper</application>
    266269      event daemon.
     270    </para>
     271
     272    <para revision="systemd">
     273      <command>make install_systemd_units</command>: This is needed to install
     274      a unit that activates logical volumes at boot. It is not installed
     275      by default.
    267276    </para>
    268277
Note: See TracChangeset for help on using the changeset viewer.