Changeset bbc76b21


Ignore:
Timestamp:
10/29/2021 01:01:35 PM (2 years ago)
Author:
Pierre Labastie <pierre.labastie@…>
Branches:
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:
4183f95
Parents:
51ba03e
Message:

(sysv): Remove an udev rule specific to systemd

File:
1 edited

Legend:

Unmodified
Added
Removed
  • postlfs/filesystems/lvm2.xml

    r51ba03e rbbc76b21  
    246246    </para>
    247247
    248 <screen role="root" revision="sysv"><userinput>make install</userinput></screen>
     248<screen role="root" revision="sysv"><userinput>make install
     249rm /usr/lib/udev/rules.d/69-dm-lvm.rules</userinput></screen>
    249250
    250251<screen role="root" revision="systemd"><userinput>make install
     
    284285      building of the <application>Device Mapper</application>
    285286      event daemon.
     287    </para>
     288
     289    <para revision="sysv">
     290      <command>rm .../69-dm-lvm.rules</command>: Under certain circumstances,
     291      this udev rule calls <command>systemd-run</command>, which is not
     292      available on sysv. It performs actions that are done by another boot
     293      script anyway, so it is not needed.
    286294    </para>
    287295
Note: See TracChangeset for help on using the changeset viewer.