Changeset 13c8b42
- Timestamp:
- 11/18/2016 03:42:05 AM (8 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, 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/loongarch-12.2, xry111/mips64el, xry111/multilib, xry111/pip3, xry111/rust-wip-20221008, xry111/update-glibc
- Children:
- af3f6d2
- Parents:
- a9fb13a3
- Files:
-
- 6 edited
Legend:
- Unmodified
- Added
- Removed
-
chapter01/changelog.xml
ra9fb13a3 r13c8b42 44 44 --> 45 45 <listitem> 46 <para>2016-11-17</para> 47 <itemizedlist> 48 <listitem> 49 <para>[renodr] - Update to Linux-4.8.8. Fixes 50 <ulink url="&lfs-ticket-root;4002">#4002</ulink>.</para> 51 </listitem> 52 <listitem revision="systemd"> 53 <para>[renodr] - Update to systemd-232. Fixes 54 <ulink url="&lfs-ticket-root;4000">#4000</ulink>.</para> 55 </listitem> 56 </itemizedlist> 57 </listitem> 58 59 <listitem> 46 60 <para>2016-11-09</para> 47 61 <itemizedlist> -
chapter01/whatsnew.xml
ra9fb13a3 r13c8b42 204 204 <para>Sysklogd &sysklogd-version;</para> 205 205 </listitem>--> 206 < !--<listitem revision="systemd">206 <listitem revision="systemd"> 207 207 <para>Systemd &systemd-version;</para> 208 </listitem> -->208 </listitem> 209 209 <!--<listitem revision="sysv"> 210 210 <para>SysVinit &sysvinit-version;</para> -
chapter06/linux-headers.xml
ra9fb13a3 r13c8b42 75 75 <seglistitem> 76 76 <seg>/usr/include/asm/*.h, /usr/include/asm-generic/*.h, 77 /usr/include/drm/*.h, /usr/include/linux/*.h, /usr/include/mtd/*.h, 78 /usr/include/rdma/*.h, /usr/include/scsi/*.h, /usr/include/sound/*.h, 79 /usr/include/video/*.h, and /usr/include/xen/*.h</seg> 77 /usr/include/drm/*.h, /usr/include/linux/*.h, /usr/include/misc/*.h, 78 /usr/include/mtd/*.h, /usr/include/rdma/*.h, /usr/include/scsi/*.h, 79 /usr/include/sound/*.h, /usr/include/video/*.h, 80 and /usr/include/xen/*.h</seg> 80 81 <seg>/usr/include/asm, /usr/include/asm-generic, /usr/include/drm, 81 /usr/include/linux, /usr/include/mtd, /usr/include/rdma, 82 /usr/include/scsi, /usr/include/sound, /usr/include/video, and /usr/include/xen</seg> 82 /usr/include/linux, /usr/include/misc, /usr/include/mtd, 83 /usr/include/rdma, /usr/include/scsi, /usr/include/sound, 84 /usr/include/video, and /usr/include/xen</seg> 83 85 </seglistitem> 84 86 </segmentedlist> -
chapter06/systemd.xml
ra9fb13a3 r13c8b42 60 60 -i Makefile.in</userinput></screen> 61 61 62 <!-- Not needed as of 232... anyone notice a pattern here? -renodr 62 63 <para>Apply a patch to fix a security issue:</para> 63 64 64 65 <screen><userinput remap="pre">patch -Np1 -i ../systemd-231-security_fix-1.patch</userinput></screen> 66 --> 65 67 66 68 <para>Create a file to allow systemd to build when using Util-Linux … … 194 196 <screen><userinput remap="install">make LD_LIBRARY_PATH=/tools/lib install</userinput></screen> 195 197 198 <!-- These get installed into /lib now by default. 196 199 <para>Move the NSS libraries to <filename class="directory">/lib</filename>:</para> 197 200 198 201 <screen><userinput remap="install">mv -v /usr/lib/libnss_{myhostname,mymachines,resolve}.so.2 /lib</userinput></screen> 202 --> 199 203 200 204 <para>Remove an unnecessary directory:</para> … … 245 249 systemd-ask-password, systemd-cat, systemd-cgls, systemd-cgtop, 246 250 systemd-delta, systemd-detect-virt, systemd-escape, systemd-hwdb, 247 systemd-inhibit, systemd-machine-id-setup, systemd-notify, 248 systemd-nspawn, systemd-path, systemd-resolve, systemd-run, 251 systemd-inhibit, systemd-machine-id-setup, systemd-mount, 252 systemd-notify, systemd-nspawn, systemd-path, systemd-resolve, 253 systemd-run, systemd-socket-activate, 249 254 systemd-stdio-bridge, systemd-tmpfiles, systemd-tty-ask-password-agent, 250 255 telinit, timedatectl, and udevadm</seg> 251 256 <seg>libnss_myhostname.so.2, libnss_mymachines.so.2, 252 libnss_resolve.so.2, libsystemd.so, libsystemd-shared-231.so, 257 libnss_resolve.so.2, libnss_systemd.so.2, 258 libsystemd.so, libsystemd-shared-231.so, 253 259 and libudev.so</seg> 254 260 <seg>/etc/binfmt.d, /etc/init.d, /etc/kernel, /etc/modules-load.d, … … 575 581 </varlistentry> 576 582 583 <varlistentry id="systemd-mount"> 584 <term><command>systemd-mount</command></term> 585 <listitem> 586 <para>is a tool to temporarily mount or auto-mount a drive.</para> 587 <indexterm zone="ch-system-systemd systemd-mount"> 588 <primary sortas="b-systemd-mount">systemd-mount</primary> 589 </indexterm> 590 </listitem> 591 </varlistentry> 592 577 593 <varlistentry id="systemd-notify"> 578 594 <term><command>systemd-notify</command></term> … … 638 654 </listitem> 639 655 </varlistentry> --> 656 657 <varlistentry id="systemd-socket-activate"> 658 <term><command>systemd-socket-activate</command></term> 659 <listitem> 660 <para>is a tool to listen on socket devices and launch a process upon 661 connection.</para> 662 <indexterm zone="ch-system-systemd systemd-socket-activate"> 663 <primary sortas="b-systemd-socket-activate">systemd-socket-activate</primary> 664 </indexterm> 665 </listitem> 666 </varlistentry> 640 667 641 668 <varlistentry id="systemd-tmpfiles"> -
general.ent
ra9fb13a3 r13c8b42 1 <!ENTITY version "SVN-201611 09">1 <!ENTITY version "SVN-20161117"> 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 "201611 09-systemd">6 <!ENTITY versiond "20161117-systemd"> 7 7 <!ENTITY short-versiond "systemd"> 8 8 <!ENTITY generic-versiond "systemd"> 9 9 10 <!ENTITY releasedate "November 9, 2016">10 <!ENTITY releasedate "November 17, 2016"> 11 11 <!ENTITY copyrightdate "1999-2016"><!-- jhalfs needs a literal dash, not – --> 12 12 <!ENTITY milestone "7.11"> -
packages.ent
ra9fb13a3 r13c8b42 392 392 <!ENTITY linux-major-version "4"> 393 393 <!ENTITY linux-minor-version "8"> 394 <!ENTITY linux-patch-version " 6">394 <!ENTITY linux-patch-version "8"> 395 395 <!ENTITY linux-version "&linux-major-version;.&linux-minor-version;.&linux-patch-version;"> 396 396 <!--<!ENTITY linux-version "&linux-major-version;.&linux-minor-version;">--> 397 <!ENTITY linux-size "89,8 15KB">397 <!ENTITY linux-size "89,824 KB"> 398 398 <!ENTITY linux-url "&kernel;linux/kernel/v&linux-major-version;.x/linux-&linux-version;.tar.xz"> 399 <!ENTITY linux-md5 " b1f36e650857dd0d49b9a55b89d9d317">399 <!ENTITY linux-md5 "48bd59bef11f5babf914df39e9b46dde"> 400 400 <!ENTITY linux-home "http://www.kernel.org/"> 401 401 <!-- measured for 4.8.3 / gcc-6.2.0 on x86_64 : minimum is … … 407 407 <!ENTITY linux-headers-ch5-du "750 MB"> 408 408 <!ENTITY linux-headers-ch5-sbu "less than 0.1 SBU"> 409 <!ENTITY linux-headers-ch6-du "7 55MB">409 <!ENTITY linux-headers-ch6-du "764 MB"> 410 410 <!ENTITY linux-headers-ch6-sbu "less than 0.1 SBU"> 411 411 … … 550 550 <!ENTITY sysklogd-ch6-sbu "less than 0.1 SBU"> 551 551 552 <!ENTITY systemd-version "23 1">553 <!ENTITY systemd-size "3, 840KB">552 <!ENTITY systemd-version "232"> 553 <!ENTITY systemd-size "3,948 KB"> 554 554 <!ENTITY systemd-url "http://anduin.linuxfromscratch.org/sources/other/systemd/systemd-&systemd-version;.tar.xz"> 555 <!ENTITY systemd-md5 "2 647855c8f9cdf824953f1091db2d2b2">555 <!ENTITY systemd-md5 "281604885d5a87f0359244f6f84037cb"> 556 556 <!ENTITY systemd-home "http://www.freedesktop.org/wiki/Software/systemd/"> 557 <!ENTITY systemd-ch6-du "4 30MB">558 <!ENTITY systemd-ch6-sbu "6. 7SBU">557 <!ENTITY systemd-ch6-du "411 MB"> 558 <!ENTITY systemd-ch6-sbu "6.6 SBU"> 559 559 560 560 <!ENTITY sysvinit-version "2.88dsf">
Note:
See TracChangeset
for help on using the changeset viewer.