Changeset 8a0d39ee


Ignore:
Timestamp:
09/28/2019 03:04:03 AM (5 years ago)
Author:
Douglas R. Reno <renodr@…>
Branches:
10.0, 10.0-rc1, 10.1, 10.1-rc1, 11.0, 11.0-rc1, 11.0-rc2, 11.0-rc3, 11.1, 11.1-rc1, 11.2, 11.2-rc1, 11.3, 11.3-rc1, 12.0, 12.0-rc1, 12.1, 12.1-rc1, 9.1, arm, bdubbs/gcc13, ml-11.0, multilib, renodr/libudev-from-systemd, s6-init, trunk, xry111/arm64, xry111/arm64-12.0, xry111/clfs-ng, xry111/lfs-next, xry111/loongarch, xry111/loongarch-12.0, xry111/loongarch-12.1, xry111/mips64el, xry111/pip3, xry111/rust-wip-20221008, xry111/update-glibc
Children:
390ad20
Parents:
49ce329
Message:

Update to systemd-243. BLFS portion coming whenever utility power is restored here.

git-svn-id: http://svn.linuxfromscratch.org/LFS/trunk/BOOK@11678 4aa44e1e-78dd-0310-a6d2-fbcd4c07a689

Files:
8 edited

Legend:

Unmodified
Added
Removed
  • chapter01/changelog.xml

    r49ce329 r8a0d39ee  
    4343    appropriate for the entry or if needed the entire day's listitem.
    4444       -->
     45    <listitem revision="systemd">
     46      <para>2019-09-27</para>
     47      <itemizedlist>
     48        <listitem>
     49          <para>[renodr] - Update to systemd-243. Fixes
     50          <ulink url="&lfs-ticket-root;4456">#4456</ulink>.</para>
     51        </listitem>
     52      </itemizedlist>
     53    </listitem>
    4554
    4655    <listitem>
  • chapter01/whatsnew.xml

    r49ce329 r8a0d39ee  
    222222      <para>Sysklogd-&sysklogd-version;</para>
    223223    </listitem>-->
    224     <!--<listitem revision="systemd">
     224    <listitem revision="systemd">
    225225      <para>Systemd-&systemd-version;</para>
    226     </listitem>-->
     226    </listitem>
    227227    <listitem revision="sysv">
    228228      <para>SysVinit-&sysvinit-version;</para>
  • chapter03/patches.xml

    r49ce329 r8a0d39ee  
    119119
    120120    <varlistentry revision="systemd">
    121       <term>Systemd networkd and rdrand patch - <token>&systemd-networkd-patch-size;</token>:</term>
     121      <term>Systemd udev evdev fix - <token>&systemd-udev-patch-size;</token>:</term>
    122122      <listitem>
    123         <para>Download: <ulink url="&patches-root;&systemd-networkd-patch;"/></para>
    124         <para>MD5 sum: <literal>&systemd-networkd-patch-md5;</literal></para>
     123        <para>Download: <ulink url="&patches-root;&systemd-udev-patch;"/></para>
     124        <para>MD5 sum: <literal>&systemd-udev-patch-md5;</literal></para>
    125125      </listitem>
    126126    </varlistentry>
  • chapter06/systemd.xml

    r49ce329 r8a0d39ee  
    4141    <title>Installation of systemd</title>
    4242
    43     <para>First, apply a patch to fix issues with systemd-networkd on Linux 5.2+
    44     kernels, as well as with AMD Ryzen CPUs:</para>
    45 
    46 <screen><userinput remap="pre">patch -Np1 -i ../systemd-&systemd-version;-networkd_and_rdrand_fixes-1.patch</userinput></screen>
     43    <para>First, apply a patch to fix issues with udev and evdev
     44    device node assignment:</para>
     45
     46<screen><userinput remap="pre">patch -Np1 -i ../systemd-&systemd-version;-udev_fix-1.patch</userinput></screen>
    4747
    4848    <para>Create a symlink to work around missing xsltproc:</para>
     
    7171<screen><userinput remap="pre">sed -i 's/GROUP="render", //' rules/50-udev-default.rules.in</userinput></screen>
    7272
    73 <!-- EDITORS NOTE: At the next systemd release, see if the CFLAGS can be removed. -->
    74 
    7573    <para>Prepare systemd for compilation:</para>
    7674
     
    8078PKG_CONFIG_PATH="/usr/lib/pkgconfig:/tools/lib/pkgconfig" \
    8179LANG=en_US.UTF-8                   \
    82 CFLAGS+="-Wno-format-overflow"     \
    8380meson --prefix=/usr                \
    8481      --sysconfdir=/etc            \
     
    208205<screen><userinput remap="adjust">systemd-machine-id-setup</userinput></screen>
    209206
     207    <para>Setup the basic target structure:</para>
     208
     209<screen><userinput remap="adjust">systemctl preset-all</userinput></screen>
     210             
    210211    <para>Remove symbolic links to Util-Linux libraries:</para>
    211212
  • chapter07/systemd-custom.xml

    r49ce329 r8a0d39ee  
    246246          <emphasis>Enable system-wide process lingering</emphasis>:
    247247          You can set <parameter>KillUserProcesses=no</parameter> in
    248           <filename>/etc/logind.conf</filename> to enable process lingering
     248          <filename>/etc/systemd/logind.conf</filename> to enable process lingering
    249249          globally for all users. This has the benefit of leaving the old
    250250          method available to all users at the expense of explicit control.
     
    255255          <emphasis>Disable at build-time</emphasis>: You can enable
    256256          lingering by default while building systemd by adding the switch
    257           <parameter>-Ddefault-kill-user-processes=no</parameter> to the
     257          <parameter>-Ddefault-kill-user-processes=false</parameter> to the
    258258          <command>meson</command> command for systemd. This completely
    259259          disables the ability of systemd to kill user processes at session
  • general.ent

    r49ce329 r8a0d39ee  
    1 <!ENTITY version         "SVN-20190924">
     1<!ENTITY version         "SVN-20190927">
    22<!ENTITY short-version   "svn">  <!-- Used below in &blfs-book;
    33                                      Change to x.y for release but not -rc releases -->
    44<!ENTITY generic-version "development"> <!-- Use "development"  or "x.y[-pre{x}]" -->
    55
    6 <!ENTITY versiond        "20190924-systemd">
     6<!ENTITY versiond        "20190927-systemd">
    77<!ENTITY short-versiond  "systemd">
    88<!ENTITY generic-versiond "systemd">
    99
    10 <!ENTITY releasedate     "September 24th, 2019">
     10<!ENTITY releasedate     "September 27th, 2019">
    1111
    1212<!ENTITY copyrightdate   "1999-2019"><!-- jhalfs needs a literal dash, not &ndash; -->
  • packages.ent

    r49ce329 r8a0d39ee  
    622622<!ENTITY sysklogd-ch6-sbu "less than 0.1 SBU">
    623623
    624 <!ENTITY systemd-version  "241">
     624<!ENTITY systemd-version  "243">
    625625<!--<!ENTITY systemd-stable   "6b4878d">-->
    626626<!-- The above entity is used whenever we move to a stable backport branch. In the event of a critical problem or kernel
    627627     change that is incompatible, we will switch to the backport branch until the next stable release. -->
    628 <!ENTITY systemd-size     "7,464 KB">
     628<!ENTITY systemd-size     "8,052 KB">
    629629<!ENTITY systemd-url      "&github;/systemd/systemd/archive/v&systemd-version;/systemd-&systemd-version;.tar.gz">
    630630<!--<!ENTITY systemd-url      "&anduin-sources;/systemd-&systemd-version;-&systemd-stable;.tar.xz">-->
    631 <!ENTITY systemd-md5      "c5953c24c850b44fcf714326e567dc37">
     631<!ENTITY systemd-md5      "ca2403fa7dff73afd2e896b4cb25021b">
    632632<!ENTITY systemd-home     "https://www.freedesktop.org/wiki/Software/systemd/">
    633 <!ENTITY systemd-man-size "456 KB">
     633<!ENTITY systemd-man-size "504 KB">
    634634<!--<!ENTITY systemd-man-url  "&anduin-sources;/systemd-man-pages-&systemd-version;-&systemd-stable;.tar.xz">-->
    635635<!ENTITY systemd-man-url  "&anduin-sources;/systemd-man-pages-&systemd-version;.tar.xz">
    636 <!ENTITY systemd-man-md5  "6942e1a9032e19da6639f9705241d119">
    637 <!ENTITY systemd-ch6-du   "227 MB">
    638 <!ENTITY systemd-ch6-sbu  "0.4 SBU">
     636<!ENTITY systemd-man-md5  "22278b3c8fa27323b5baafffb093f0f0">
     637<!ENTITY systemd-ch6-du   "228 MB">
     638<!ENTITY systemd-ch6-sbu  "1.8 SBU">
    639639
    640640<!ENTITY sysvinit-version "2.96">
  • patches.ent

    r49ce329 r8a0d39ee  
    5858<!ENTITY sysvinit-consolidated-patch-size "2.4 KB">
    5959
    60 <!ENTITY systemd-networkd-patch "systemd-&systemd-version;-networkd_and_rdrand_fixes-1.patch">
    61 <!ENTITY systemd-networkd-patch-md5 "bb26f26d7c3a17d1888ab3171366906b">
    62 <!ENTITY systemd-networkd-patch-size "8 KB">
     60<!ENTITY systemd-udev-patch "systemd-&systemd-version;-udev_fix-1.patch">
     61<!ENTITY systemd-udev-patch-md5 "91e4cd41dee57dc6ac9817b8f4f724a6">
     62<!ENTITY systemd-udev-patch-size "12 KB">
    6363
Note: See TracChangeset for help on using the changeset viewer.