Changeset b4e1b81


Ignore:
Timestamp:
12/22/2017 06:54:12 AM (6 years ago)
Author:
DJ Lucas <dj@…>
Branches:
10.0, 10.1, 11.0, 11.1, 11.2, 11.3, 12.0, 12.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, 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:
5344b56
Parents:
6323e0b4
Message:

Bring forward systemd changes from LFS.

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

File:
1 edited

Legend:

Unmodified
Added
Removed
  • general/sysutils/systemd.xml

    r6323e0b4 rb4e1b81  
    116116    <title>Installation of systemd</title>
    117117
     118    <para>Remove an unneeded group,
     119    <systemitem class="groupname">render</systemitem>, from the default udev
     120    rules:</para>
     121
     122<screen><userinput remap="pre">sed -i 's/GROUP="render", //' rules/50-udev-default.rules.in</userinput></screen>
     123
    118124    <para>
    119125      Rebuild <application>systemd</application> by running the
     
    128134      -Ddefault-dnssec=no             \
    129135      -Dfirstboot=false               \
     136      -Dinstall-tests=false           \
    130137      -Dldconfig=false                \
    131138      -Drootprefix=                   \
Note: See TracChangeset for help on using the changeset viewer.