Changeset f7cea72 for chapter06


Ignore:
Timestamp:
12/27/2018 02:00:05 PM (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, 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:
598cd46
Parents:
8dbae30
Message:

Update to systemd-240
Update to linux-4.19.12 (Not doing 4.20 yet)
Update to e2fsprogs-1.44.5
Update to bison-3.2.4
Update to sed-4.7
Update to grep-3.3
Update to Python-3.7.2
Update to groff-1.22.4

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

File:
1 edited

Legend:

Unmodified
Added
Removed
  • chapter06/systemd.xml

    r8dbae30 rf7cea72  
    5454    <para>Set up the man pages:</para>
    5555
    56 <screen><userinput remap="pre">tar -xf ../systemd-man-pages-&systemd-version;-&systemd-stable;.tar.xz</userinput></screen>
     56<screen><userinput remap="pre">tar -xf ../systemd-man-pages-&systemd-version;.tar.xz</userinput></screen>
    5757
    5858    <para>Remove tests that cannot be built in chroot:</para>
    5959
    60 <screen><userinput remap="pre">sed '166,$ d' -i src/resolve/meson.build</userinput></screen>
    61 <!--
    62     <para>Apply a patch to fix a build failure with glibc-2.28:</para>
    63 
    64 <screen><userinput remap="pre">patch -Np1 -i ../systemd-&systemd-version;-glibc_statx_fix-1.patch</userinput></screen>
    65 
    66     <para>Apply a patch to fix a build failure with meson-0.48.0:</para>
    67 
    68 <screen><userinput remap="pre">patch -Np1 -i ../systemd-&systemd-version;-meson-0.48.0_fixes-1.patch</userinput></screen>
    69 -->
     60<screen><userinput remap="pre">sed '177,$ d' -i src/resolve/meson.build</userinput></screen>
     61
    7062    <para>Remove an unneeded group,
    7163    <systemitem class="groupname">render</systemitem>, from the default udev
     
    195187
    196188<screen><userinput remap="install">rm -rfv /usr/lib/rpm
    197 <!--
    198     <para>Create the Sysvinit compatibility symlinks, so systemd is used
    199     as the default init system:</para>
    200 
    201 <screen><userinput remap="install">for tool in runlevel reboot shutdown poweroff halt telinit; do
    202      ln -sfv ../bin/systemctl /sbin/${tool}
    203 done
    204 ln -sfv ../lib/systemd/systemd /sbin/init</userinput></screen>
    205 
    206     <para>Remove our earlier created symlink for xsltproc:</para>
    207 -->
    208189rm -f /usr/bin/xsltproc</userinput></screen>
    209190
Note: See TracChangeset for help on using the changeset viewer.