Changeset a840e59


Ignore:
Timestamp:
08/12/2016 02:02:09 AM (8 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, 8.0, 8.1, 8.2, 8.3, 8.4, 9.0, 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:
c4e459b
Parents:
ab44d4bc
Message:

Update to systemd-231

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

Files:
7 edited

Legend:

Unmodified
Added
Removed
  • chapter01/changelog.xml

    rab44d4bc ra840e59  
    4444-->
    4545   <listitem revision="systemd">
     46      <para>2016-08-11</para>
     47      <itemizedlist>
     48        <listitem>
     49          <para>[renodr] - Update to systemd-231. Fixes
     50          <ulink url="&lfs-ticket-root;3958">#3958</ulink>.</para>
     51        </listitem>
     52      </itemizedlist>
     53   </listitem>
     54
     55   <listitem revision="systemd">
    4656      <para>2016-08-09</para>
    4757      <itemizedlist>
  • chapter05/util-linux.xml

    rab44d4bc ra840e59  
    4444    <para>Prepare Util-linux for compilation:</para>
    4545
    46 <screen><userinput remap="configure">./configure --prefix=/tools                \
     46<screen revision="sysv"><userinput remap="configure">./configure --prefix=/tools                \
    4747            --without-python               \
    4848            --disable-makeinstall-chown    \
    4949            --without-systemdsystemunitdir \
     50            PKG_CONFIG=""</userinput></screen>
     51
     52<screen revision="systemd"><userinput remap="configure">./configure --prefix=/tools                   \
     53            --without-python                  \
     54            --disable-makeinstall-chown       \
     55            --without-systemdsystemunitdir    \
     56            --enable-libmount-force-mountinfo \
    5057            PKG_CONFIG=""</userinput></screen>
    5158
  • chapter06/systemd.xml

    rab44d4bc ra840e59  
    4646<screen><userinput remap="pre">sed -i "s:blkid/::" $(grep -rl "blkid/blkid.h")</userinput></screen>
    4747
     48<!-- Not needed as of 231. -renodr
    4849    <para>Fix a potential security issue with framebuffer devices:</para>
    4950
     
    5152    -e '/SUBSYSTEM==\"graphics\", KERNEL==\"fb\*\"/d' \
    5253    -i  src/login/70-uaccess.rules</userinput></screen>
     54-->
    5355
    5456    <para>Disable two tests that always fail:</para>
     
    193195<screen><userinput remap="install">make LD_LIBRARY_PATH=/tools/lib install</userinput></screen>
    194196
    195     <para>Move NSS libraries to <filename class="directory">/lib</filename>:</para>
     197    <para>Move the NSS libraries to <filename class="directory">/lib</filename>:</para>
    196198
    197199<screen><userinput remap="install">mv -v /usr/lib/libnss_{myhostname,mymachines,resolve}.so.2 /lib</userinput></screen>
     
    219221
    220222<screen><userinput remap="install">systemd-machine-id-setup</userinput></screen>
     223
     224    <para>Fix a broken symlink created by the systemd installation process:</para>
     225<screen><userinput remap="install">rm -v /etc/resolv.conf
     226ln -s ../lib/systemd/resolv.conf /etc/resolv.conf</userinput></screen>
    221227
    222228    <para>Since the testsuite largely depends on the host system kernel
     
    249255        telinit, timedatectl, and udevadm</seg>
    250256        <seg>libnss_myhostname.so.2, libnss_mymachines.so.2,
    251         libnss_resolve.so.2, libsystemd.so, and libudev.so</seg>
     257        libnss_resolve.so.2, libsystemd.so, libsystemd-shared-231.so,
     258        and libudev.so</seg>
    252259        <seg>/etc/binfmt.d, /etc/init.d, /etc/kernel, /etc/modules-load.d,
    253260        /etc/sysctl.d, /etc/systemd, /etc/tmpfiles.d, /etc/udev,
  • chapter06/util-linux.xml

    rab44d4bc ra840e59  
    8787            --disable-pylibmount \
    8888            --disable-static     \
    89             --without-python</userinput></screen>
     89            --without-python     \
     90            --enable-libmount-force-mountinfo</userinput></screen>
    9091
    9192    <para>The --disable and --without options prevent warnings about
  • chapter09/theend.xml

    rab44d4bc ra840e59  
    3434ID=lfs
    3535PRETTY_NAME="Linux From Scratch &versiond;"
     36VERSION_CODENAME="&lt;your name here&gt;"
    3637EOF</userinput></screen>
    3738
  • general.ent

    rab44d4bc ra840e59  
    1 <!ENTITY version         "SVN-20160809">
     1<!ENTITY version         "SVN-20160811">
    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        "20160809-systemd">
     6<!ENTITY versiond        "20160811-systemd">
    77<!ENTITY short-versiond  "systemd">
    88<!ENTITY generic-versiond "systemd">
  • packages.ent

    rab44d4bc ra840e59  
    550550<!ENTITY sysklogd-ch6-sbu "less than 0.1 SBU">
    551551
    552 <!ENTITY systemd-version "230">
    553 <!ENTITY systemd-size    "3,748 KB">
     552<!ENTITY systemd-version "231">
     553<!ENTITY systemd-size    "3,840 KB">
    554554<!ENTITY systemd-url     "http://anduin.linuxfromscratch.org/sources/other/systemd/systemd-&systemd-version;.tar.xz">
    555 <!ENTITY systemd-md5     "7fd9c7b1296104ccc0b8aee4be3d3c23">
     555<!ENTITY systemd-md5     "2647855c8f9cdf824953f1091db2d2b2">
    556556<!ENTITY systemd-home    "http://www.freedesktop.org/wiki/Software/systemd/">
    557 <!ENTITY systemd-ch6-du  "1.0 GB">
    558 <!ENTITY systemd-ch6-sbu "4.9 SBU">
     557<!ENTITY systemd-ch6-du  "430 MB">
     558<!ENTITY systemd-ch6-sbu "6.7 SBU">
    559559
    560560<!ENTITY sysvinit-version "2.88dsf">
Note: See TracChangeset for help on using the changeset viewer.