Changeset c06f49a


Ignore:
Timestamp:
03/20/2020 02:02:42 AM (4 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, 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:
77d2a882
Parents:
840b7db
Message:

Update to systemd-245

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

Files:
6 edited

Legend:

Unmodified
Added
Removed
  • chapter01/changelog.xml

    r840b7db rc06f49a  
    4343    appropriate for the entry or if needed the entire day's listitem.
    4444    -->
     45    <listitem revision="systemd">
     46      <para>2020-03-19</para>
     47      <itemizedlist>
     48        <listitem>
     49          <para>[renodr] - Update to systemd-245. Fixes
     50          <ulink url="&lfs-ticket-root;4593">#4593</ulink>.</para>
     51        </listitem>
     52      </itemizedlist>
     53    </listitem>
     54
    4555    <listitem revision="systemd">
    4656      <para>2020-03-18</para>
  • chapter01/whatsnew.xml

    r840b7db rc06f49a  
    225225      <para>Sysklogd-&sysklogd-version;</para>
    226226    </listitem>-->
    227     <!--<listitem revision="systemd">
     227    <listitem revision="systemd">
    228228      <para>Systemd-&systemd-version;</para>
    229     </listitem>-->
     229    </listitem>
    230230    <!--<listitem revision="sysv">
    231231      <para>SysVinit-&sysvinit-version;</para>
  • chapter06/dbus.xml

    r840b7db rc06f49a  
    9696
    9797<screen><userinput remap="install">ln -sfv /etc/machine-id /var/lib/dbus</userinput></screen>
     98
     99    <para>Move the socket file to /run instead of the deprecated
     100    /var/run:</para>
     101
     102 <screen><userinput remap="install">sed -i 's:/var/run:/run:' /lib/systemd/system/dbus.socket</userinput></screen>
    98103
    99104  </sect2>
  • chapter06/systemd.xml

    r840b7db rc06f49a  
    6464    <para>Remove tests that cannot be built in chroot:</para>
    6565
    66 <screen><userinput remap="pre">sed '177,$ d' -i src/resolve/meson.build</userinput></screen>
     66<screen><userinput remap="pre">sed '179,$ d' -i src/resolve/meson.build</userinput></screen>
    6767
    6868    <para>Remove an unneeded group,
     
    9898      -Db_lto=false                \
    9999      -Drpmmacrosdir=no            \
     100      -Dhomed=false                \
     101      -Duserdb=false               \
    100102      ..</userinput></screen>
    101103
     
    183185        </listitem>
    184186      </varlistentry>
     187
     188      <varlistentry>
     189        <term><parameter>-D{userdb,homed}=false</parameter></term>
     190        <listitem>
     191          <para>Remove two daemons that have dependencies that do not fit
     192          the scope of LFS.</para>
     193        </listitem>
     194      </varlistentry>
     195
    185196    </variablelist>
    186197
     
    217228<screen><userinput remap="adjust">systemctl disable systemd-time-wait-sync.service</userinput></screen>
    218229
    219     <!--
    220230    <para>Prevent systemd from resetting the maximum PID value which causes
    221231    some problems with packages and units in BLFS:</para>
    222      FCRON in particular
    223 
    224 <screen><userinput remap="adjust">rm -f /etc/sysctl.d/50-pid-max.conf</userinput></screen>
    225     -->
     232   
     233
     234<screen><userinput remap="adjust">rm -f /usr/lib/sysctl.d/50-pid-max.conf</userinput></screen>
     235
    226236    <para>Cleanup symbolic links to Util-Linux libraries:</para>
    227237
     
    255265        systemd-id128, systemd-inhibit, systemd-machine-id-setup,
    256266        systemd-mount, systemd-notify, systemd-nspawn, systemd-path,
    257         systemd-resolve (symlink to resolvectl), systemd-run,
     267        systemd-repart, systemd-resolve (symlink to resolvectl), systemd-run,
    258268        systemd-socket-activate, systemd-stdio-bridge, systemd-tmpfiles,
    259269        systemd-tty-ask-password-agent, systemd-umount (symlink to
     
    673683      </varlistentry>
    674684
     685      <varlistentry id="systemd-repart">
     686        <term><command>systemd-repart</command></term>
     687        <listitem>
     688          <para>Used go grow and add partitions to a partition table when
     689          systemd is used in an OS image (e.g. a container).</para>
     690          <indexterm zone="ch-system-systemd systemd-repart">
     691            <primary sortas="b-systemd-repart">systemd-repart</primary>
     692          </indexterm>
     693        </listitem>
     694      </varlistentry>
     695
    675696      <varlistentry id="systemd-resolve">
    676697        <term><command>systemd-resolve</command></term>
  • general.ent

    r840b7db rc06f49a  
    1 <!ENTITY version         "SVN-20200318">
     1<!ENTITY version         "SVN-20200319">
    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        "20200318-systemd">
     6<!ENTITY versiond        "20200319-systemd">
    77<!ENTITY short-versiond  "systemd">
    88<!ENTITY generic-versiond "systemd">
    99
    10 <!ENTITY releasedate     "March 18th, 2020">
     10<!ENTITY releasedate     "March 19th, 2020">
    1111
    1212<!ENTITY copyrightdate   "1999-2020"><!-- jhalfs needs a literal dash, not &ndash; -->
  • packages.ent

    r840b7db rc06f49a  
    623623<!ENTITY sysklogd-ch6-sbu "less than 0.1 SBU">
    624624
    625 <!ENTITY systemd-version  "244">
     625<!ENTITY systemd-version  "245">
    626626<!--<!ENTITY systemd-stable   "6b4878d">-->
    627627<!-- The above entity is used whenever we move to a stable backport branch. In the event of a critical problem or kernel
    628628     change that is incompatible, we will switch to the backport branch until the next stable release. -->
    629 <!ENTITY systemd-size     "8,252 KB">
     629<!ENTITY systemd-size     "8,784 KB">
    630630<!ENTITY systemd-url      "&github;/systemd/systemd/archive/v&systemd-version;/systemd-&systemd-version;.tar.gz">
    631631<!--<!ENTITY systemd-url      "&anduin-sources;/systemd-&systemd-version;-&systemd-stable;.tar.xz">-->
    632 <!ENTITY systemd-md5      "413121fe918b252ae62310f6fc7c4b32">
     632<!ENTITY systemd-md5      "04f02d9841ea5992a16f6b03c873da28">
    633633<!ENTITY systemd-home     "https://www.freedesktop.org/wiki/Software/systemd/">
    634 <!ENTITY systemd-man-size "508 KB">
     634<!ENTITY systemd-man-size "512 KB">
    635635<!--<!ENTITY systemd-man-url  "&anduin-sources;/systemd-man-pages-&systemd-version;-&systemd-stable;.tar.xz">-->
    636636<!ENTITY systemd-man-url  "&anduin-sources;/systemd-man-pages-&systemd-version;.tar.xz">
    637 <!ENTITY systemd-man-md5  "1839ad557eb376d22853cac54d00de77">
    638 <!ENTITY systemd-ch6-du   "238 MB">
    639 <!ENTITY systemd-ch6-sbu  "0.6 SBU">
     637<!ENTITY systemd-man-md5  "ecf8cc4baa33b91ad4212d28e88f8edd">
     638<!ENTITY systemd-ch6-du   "176 MB">
     639<!ENTITY systemd-ch6-sbu  "1.9 SBU">
    640640
    641641<!ENTITY sysvinit-version "2.96">
Note: See TracChangeset for help on using the changeset viewer.