Ignore:
File:
1 edited

Legend:

Unmodified
Added
Removed
  • chapter08/systemd.xml

    r73805590 rffecb9e  
    6363      -Dsysusers=false              \
    6464      -Drpmmacrosdir=no             \
    65       -Dhomed=disabled              \
     65      -Dhomed=false                 \
    6666      -Duserdb=false                \
    6767      -Dman=false                   \
     
    7070      -Ddev-kvm-mode=0660           \
    7171      -Dnobody-group=nogroup        \
    72       -Dsysupdate=disabled          \
    73       -Dukify=disabled              \
    7472      -Ddocdir=/usr/share/doc/systemd-&systemd-version; \
    7573      ..</userinput></screen>
     
    142140
    143141      <varlistentry>
    144         <term><parameter>-Dhomed=disabled</parameter> and
    145         <parameter>-Duserdb=false</parameter></term>
     142        <term><parameter>-D{userdb,homed}=false</parameter></term>
    146143        <listitem>
    147144          <para>Remove two daemons with dependencies that do not fit
     
    191188        </listitem>
    192189      </varlistentry>
    193 
    194       <varlistentry>
    195         <term><parameter>-Dsysupdate=disabled</parameter></term>
    196         <listitem>
    197           <para>Do not install the <command>systemd-sysupdate</command>
    198           tool.  It's designed for automatically upgrading binary distros,
    199           so it's useless for a basic Linux system built from source.
    200           And it will report errors on boot if it's enabled but not properly
    201           configured.</para>
    202         </listitem>
    203       </varlistentry>
    204 
    205       <varlistentry>
    206         <term><parameter>-Dukify=disabled</parameter></term>
    207         <listitem>
    208           <para>Do not install the <command>systemd-ukify</command> script.
    209           At runtime this script requires the
    210           <application>pefile</application> Python module that neither LFS
    211           nor BLFS provides.</para>
    212         </listitem>
    213       </varlistentry>
    214 
    215190    </variablelist>
    216191
     
    239214
    240215<screen><userinput remap="adjust">systemctl preset-all</userinput></screen>
     216
     217    <para>Disable two services for upgrading binary distros.  They are useless for
     218    a basic Linux system built from source, and each one will report an error if
     219    it's enabled but not configured:</para>
     220
     221<screen><userinput remap="adjust">systemctl disable systemd-sysupdate{,-reboot}</userinput></screen>
    241222
    242223<!-- dev: 50-pid-max.conf is not removed in BLFS, so I commented the following out.
Note: See TracChangeset for help on using the changeset viewer.