Ignore:
File:
1 edited

Legend:

Unmodified
Added
Removed
  • chapter08/systemd.xml

    rffecb9e r73805590  
    6363      -Dsysusers=false              \
    6464      -Drpmmacrosdir=no             \
    65       -Dhomed=false                 \
     65      -Dhomed=disabled              \
    6666      -Duserdb=false                \
    6767      -Dman=false                   \
     
    7070      -Ddev-kvm-mode=0660           \
    7171      -Dnobody-group=nogroup        \
     72      -Dsysupdate=disabled          \
     73      -Dukify=disabled              \
    7274      -Ddocdir=/usr/share/doc/systemd-&systemd-version; \
    7375      ..</userinput></screen>
     
    140142
    141143      <varlistentry>
    142         <term><parameter>-D{userdb,homed}=false</parameter></term>
     144        <term><parameter>-Dhomed=disabled</parameter> and
     145        <parameter>-Duserdb=false</parameter></term>
    143146        <listitem>
    144147          <para>Remove two daemons with dependencies that do not fit
     
    188191        </listitem>
    189192      </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
    190215    </variablelist>
    191216
     
    214239
    215240<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>
    222241
    223242<!-- 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.