Changeset 8a0d39ee
- Timestamp:
- 09/28/2019 03:04:03 AM (5 years ago)
- 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, 12.2, 12.2-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/loongarch-12.2, xry111/mips64el, xry111/multilib, xry111/pip3, xry111/rust-wip-20221008, xry111/update-glibc
- Children:
- 390ad20
- Parents:
- 49ce329
- Files:
-
- 8 edited
Legend:
- Unmodified
- Added
- Removed
-
chapter01/changelog.xml
r49ce329 r8a0d39ee 43 43 appropriate for the entry or if needed the entire day's listitem. 44 44 --> 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> 45 54 46 55 <listitem> -
chapter01/whatsnew.xml
r49ce329 r8a0d39ee 222 222 <para>Sysklogd-&sysklogd-version;</para> 223 223 </listitem>--> 224 < !--<listitem revision="systemd">224 <listitem revision="systemd"> 225 225 <para>Systemd-&systemd-version;</para> 226 </listitem> -->226 </listitem> 227 227 <listitem revision="sysv"> 228 228 <para>SysVinit-&sysvinit-version;</para> -
chapter03/patches.xml
r49ce329 r8a0d39ee 119 119 120 120 <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> 122 122 <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> 125 125 </listitem> 126 126 </varlistentry> -
chapter06/systemd.xml
r49ce329 r8a0d39ee 41 41 <title>Installation of systemd</title> 42 42 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> 47 47 48 48 <para>Create a symlink to work around missing xsltproc:</para> … … 71 71 <screen><userinput remap="pre">sed -i 's/GROUP="render", //' rules/50-udev-default.rules.in</userinput></screen> 72 72 73 <!-- EDITORS NOTE: At the next systemd release, see if the CFLAGS can be removed. -->74 75 73 <para>Prepare systemd for compilation:</para> 76 74 … … 80 78 PKG_CONFIG_PATH="/usr/lib/pkgconfig:/tools/lib/pkgconfig" \ 81 79 LANG=en_US.UTF-8 \ 82 CFLAGS+="-Wno-format-overflow" \83 80 meson --prefix=/usr \ 84 81 --sysconfdir=/etc \ … … 208 205 <screen><userinput remap="adjust">systemd-machine-id-setup</userinput></screen> 209 206 207 <para>Setup the basic target structure:</para> 208 209 <screen><userinput remap="adjust">systemctl preset-all</userinput></screen> 210 210 211 <para>Remove symbolic links to Util-Linux libraries:</para> 211 212 -
chapter07/systemd-custom.xml
r49ce329 r8a0d39ee 246 246 <emphasis>Enable system-wide process lingering</emphasis>: 247 247 You can set <parameter>KillUserProcesses=no</parameter> in 248 <filename>/etc/ logind.conf</filename> to enable process lingering248 <filename>/etc/systemd/logind.conf</filename> to enable process lingering 249 249 globally for all users. This has the benefit of leaving the old 250 250 method available to all users at the expense of explicit control. … … 255 255 <emphasis>Disable at build-time</emphasis>: You can enable 256 256 lingering by default while building systemd by adding the switch 257 <parameter>-Ddefault-kill-user-processes= no</parameter> to the257 <parameter>-Ddefault-kill-user-processes=false</parameter> to the 258 258 <command>meson</command> command for systemd. This completely 259 259 disables the ability of systemd to kill user processes at session -
general.ent
r49ce329 r8a0d39ee 1 <!ENTITY version "SVN-2019092 4">1 <!ENTITY version "SVN-20190927"> 2 2 <!ENTITY short-version "svn"> <!-- Used below in &blfs-book; 3 3 Change to x.y for release but not -rc releases --> 4 4 <!ENTITY generic-version "development"> <!-- Use "development" or "x.y[-pre{x}]" --> 5 5 6 <!ENTITY versiond "2019092 4-systemd">6 <!ENTITY versiond "20190927-systemd"> 7 7 <!ENTITY short-versiond "systemd"> 8 8 <!ENTITY generic-versiond "systemd"> 9 9 10 <!ENTITY releasedate "September 2 4th, 2019">10 <!ENTITY releasedate "September 27th, 2019"> 11 11 12 12 <!ENTITY copyrightdate "1999-2019"><!-- jhalfs needs a literal dash, not – --> -
packages.ent
r49ce329 r8a0d39ee 622 622 <!ENTITY sysklogd-ch6-sbu "less than 0.1 SBU"> 623 623 624 <!ENTITY systemd-version "24 1">624 <!ENTITY systemd-version "243"> 625 625 <!--<!ENTITY systemd-stable "6b4878d">--> 626 626 <!-- The above entity is used whenever we move to a stable backport branch. In the event of a critical problem or kernel 627 627 change that is incompatible, we will switch to the backport branch until the next stable release. --> 628 <!ENTITY systemd-size " 7,464KB">628 <!ENTITY systemd-size "8,052 KB"> 629 629 <!ENTITY systemd-url "&github;/systemd/systemd/archive/v&systemd-version;/systemd-&systemd-version;.tar.gz"> 630 630 <!--<!ENTITY systemd-url "&anduin-sources;/systemd-&systemd-version;-&systemd-stable;.tar.xz">--> 631 <!ENTITY systemd-md5 "c 5953c24c850b44fcf714326e567dc37">631 <!ENTITY systemd-md5 "ca2403fa7dff73afd2e896b4cb25021b"> 632 632 <!ENTITY systemd-home "https://www.freedesktop.org/wiki/Software/systemd/"> 633 <!ENTITY systemd-man-size " 456KB">633 <!ENTITY systemd-man-size "504 KB"> 634 634 <!--<!ENTITY systemd-man-url "&anduin-sources;/systemd-man-pages-&systemd-version;-&systemd-stable;.tar.xz">--> 635 635 <!ENTITY systemd-man-url "&anduin-sources;/systemd-man-pages-&systemd-version;.tar.xz"> 636 <!ENTITY systemd-man-md5 " 6942e1a9032e19da6639f9705241d119">637 <!ENTITY systemd-ch6-du "22 7MB">638 <!ENTITY systemd-ch6-sbu " 0.4SBU">636 <!ENTITY systemd-man-md5 "22278b3c8fa27323b5baafffb093f0f0"> 637 <!ENTITY systemd-ch6-du "228 MB"> 638 <!ENTITY systemd-ch6-sbu "1.8 SBU"> 639 639 640 640 <!ENTITY sysvinit-version "2.96"> -
patches.ent
r49ce329 r8a0d39ee 58 58 <!ENTITY sysvinit-consolidated-patch-size "2.4 KB"> 59 59 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 "8KB">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"> 63 63
Note:
See TracChangeset
for help on using the changeset viewer.