Changeset a840e59 for chapter06


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

Location:
chapter06
Files:
2 edited

Legend:

Unmodified
Added
Removed
  • 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
Note: See TracChangeset for help on using the changeset viewer.