Ignore:
Timestamp:
03/19/2020 10:00:16 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:
e68b588
Parents:
09f0998
Message:

Format sysutils

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

File:
1 edited

Legend:

Unmodified
Added
Removed
  • general/sysutils/systemd.xml

    r09f0998 rb1532549  
    4848    <itemizedlist spacing="compact">
    4949      <listitem>
    50         <para>Download (HTTP): <ulink url="&systemd-download-http;"/></para>
    51       </listitem>
    52       <listitem>
    53         <para>Download (FTP): <ulink url="&systemd-download-ftp;"/></para>
    54       </listitem>
    55       <listitem>
    56         <para>Download MD5 sum: &systemd-md5sum;</para>
    57       </listitem>
    58       <listitem>
    59         <para>Download size: &systemd-size;</para>
    60       </listitem>
    61       <listitem>
    62         <para>Estimated disk space required: &systemd-buildsize;</para>
    63       </listitem>
    64       <listitem>
    65         <para>Estimated build time: &systemd-time;</para>
     50        <para>
     51          Download (HTTP): <ulink url="&systemd-download-http;"/>
     52        </para>
     53      </listitem>
     54      <listitem>
     55        <para>
     56          Download (FTP): <ulink url="&systemd-download-ftp;"/>
     57        </para>
     58      </listitem>
     59      <listitem>
     60        <para>
     61          Download MD5 sum: &systemd-md5sum;
     62        </para>
     63      </listitem>
     64      <listitem>
     65        <para>
     66          Download size: &systemd-size;
     67        </para>
     68      </listitem>
     69      <listitem>
     70        <para>
     71          Estimated disk space required: &systemd-buildsize;
     72        </para>
     73      </listitem>
     74      <listitem>
     75        <para>
     76          Estimated build time: &systemd-time;
     77        </para>
    6678      </listitem>
    6779    </itemizedlist>
     
    130142    <title>Installation of systemd</title>
    131143    <!-- 243-244 is now supported, so let's comment this for now.
    132     <warning><para>This version of systemd is incompatible with all previous
    133     releases. The BLFS team does not recommend updating in place, and suggests
    134     that you do a rebuild instead.</para></warning>
     144    <warning>
     145      <para>
     146        This version of systemd is incompatible with all previous
     147        releases. The BLFS team does not recommend updating in place, and
     148        suggests that you do a rebuild instead.
     149      </para>
     150    </warning>
    135151    -->
    136152
    137     <para>Apply a patch to fix problems with libseccomp-2.4.2+ and Linux-5.4+:</para>
     153    <para>
     154      Apply a patch to fix problems with libseccomp-2.4.2+ and Linux-5.4+:
     155    </para>
    138156
    139157<screen><userinput remap="pre">patch -Np1 -i ../systemd-&systemd-version;-seccomp_and_cpuaffinity_fix-1.patch</userinput></screen>
     
    146164         "test-execute" test. -->
    147165
    148     <para>Remove an unneeded group,
    149     <systemitem class="groupname">render</systemitem>, from the default udev
    150     rules:</para>
     166    <para>
     167      Remove an unneeded group,
     168      <systemitem class="groupname">render</systemitem>, from the default udev
     169      rules:
     170    </para>
    151171
    152172<screen><userinput remap="pre">sed -i 's/GROUP="render", //' rules.d/50-udev-default.rules.in</userinput></screen>
     
    189209
    190210    <para>
    191        To test the results, issue: <command>ninja test</command>. <!--One test,
    192        <filename>udev-test</filename> (test 273) fails due to changes in
    193        the Linux 5.3+ kernel. It does not affect the package's
    194        functionality. NO LONGER APPLICABLE AS OF 244 -->
     211      To test the results, issue: <command>ninja test</command>. <!--One test,
     212      <filename>udev-test</filename> (test 273) fails due to changes in
     213      the Linux 5.3+ kernel. It does not affect the package's
     214      functionality. NO LONGER APPLICABLE AS OF 244 -->
    195215    </para>
    196216
     
    216236<screen role="root"><userinput>ninja install</userinput></screen>
    217237  <!-- No longer needed as of systemd-244.
    218   <para>
    219     Remove a configuration file that causes some problems with PID files:
    220   </para>
     238    <para>
     239      Remove a configuration file that causes some problems with PID files:
     240    </para>
    221241
    222242<screen role="root"><userinput>rm -fv /etc/sysctl.d/50-pid-max.conf</userinput></screen>
     
    274294systemctl start multi-user.target</userinput></screen>
    275295
    276     <warning><para>If upgrading from a previous version of systemd and an
    277     initrd is used for system boot, you should generate a new initrd before
    278     rebooting the system.</para></warning>
     296    <warning>
     297      <para>
     298        If upgrading from a previous version of systemd and an
     299        initrd is used for system boot, you should generate a new initrd before
     300        rebooting the system.
     301      </para>
     302    </warning>
    279303
    280304  </sect2>
Note: See TracChangeset for help on using the changeset viewer.