aboutsummaryrefslogtreecommitdiffstats
path: root/chapter06/systemd.xml
diff options
context:
space:
mode:
authorDouglas R. Reno <renodr@linuxfromscratch.org>2016-11-18 03:42:05 +0000
committerDouglas R. Reno <renodr@linuxfromscratch.org>2016-11-18 03:42:05 +0000
commit13c8b426ee5b27e9566dd88eee281f69e3b098d5 (patch)
tree1a6a0fcf80746fdcff5efc3665445971f08ed498 /chapter06/systemd.xml
parenta9fb13a3a796a3b00b63b2b0c673ffebfab4662c (diff)
Update to linux-4.8.8
Update to systemd-232 git-svn-id: http://svn.linuxfromscratch.org/LFS/trunk/BOOK@11144 4aa44e1e-78dd-0310-a6d2-fbcd4c07a689
Diffstat (limited to 'chapter06/systemd.xml')
-rw-r--r--chapter06/systemd.xml33
1 files changed, 30 insertions, 3 deletions
diff --git a/chapter06/systemd.xml b/chapter06/systemd.xml
index 05c02251e..57a607e54 100644
--- a/chapter06/systemd.xml
+++ b/chapter06/systemd.xml
@@ -59,9 +59,11 @@
-e 's@test-copy$(EXEEXT) @@' \
-i Makefile.in</userinput></screen>
+<!-- Not needed as of 232... anyone notice a pattern here? -renodr
<para>Apply a patch to fix a security issue:</para>
<screen><userinput remap="pre">patch -Np1 -i ../systemd-231-security_fix-1.patch</userinput></screen>
+-->
<para>Create a file to allow systemd to build when using Util-Linux
built in Chapter 5, to disable LTO by default, and to build without
@@ -193,9 +195,11 @@ EOF</userinput></screen>
<screen><userinput remap="install">make LD_LIBRARY_PATH=/tools/lib install</userinput></screen>
+<!-- These get installed into /lib now by default.
<para>Move the NSS libraries to <filename class="directory">/lib</filename>:</para>
<screen><userinput remap="install">mv -v /usr/lib/libnss_{myhostname,mymachines,resolve}.so.2 /lib</userinput></screen>
+-->
<para>Remove an unnecessary directory:</para>
@@ -244,12 +248,14 @@ make LD_LIBRARY_PATH=/tools/lib -k check</userinput></screen>
reboot, runlevel, shutdown, systemctl, systemd-analyze,
systemd-ask-password, systemd-cat, systemd-cgls, systemd-cgtop,
systemd-delta, systemd-detect-virt, systemd-escape, systemd-hwdb,
- systemd-inhibit, systemd-machine-id-setup, systemd-notify,
- systemd-nspawn, systemd-path, systemd-resolve, systemd-run,
+ systemd-inhibit, systemd-machine-id-setup, systemd-mount,
+ systemd-notify, systemd-nspawn, systemd-path, systemd-resolve,
+ systemd-run, systemd-socket-activate,
systemd-stdio-bridge, systemd-tmpfiles, systemd-tty-ask-password-agent,
telinit, timedatectl, and udevadm</seg>
<seg>libnss_myhostname.so.2, libnss_mymachines.so.2,
- libnss_resolve.so.2, libsystemd.so, libsystemd-shared-231.so,
+ libnss_resolve.so.2, libnss_systemd.so.2,
+ libsystemd.so, libsystemd-shared-231.so,
and libudev.so</seg>
<seg>/etc/binfmt.d, /etc/init.d, /etc/kernel, /etc/modules-load.d,
/etc/sysctl.d, /etc/systemd, /etc/tmpfiles.d, /etc/udev,
@@ -574,6 +580,16 @@ make LD_LIBRARY_PATH=/tools/lib -k check</userinput></screen>
</listitem>
</varlistentry>
+ <varlistentry id="systemd-mount">
+ <term><command>systemd-mount</command></term>
+ <listitem>
+ <para>is a tool to temporarily mount or auto-mount a drive.</para>
+ <indexterm zone="ch-system-systemd systemd-mount">
+ <primary sortas="b-systemd-mount">systemd-mount</primary>
+ </indexterm>
+ </listitem>
+ </varlistentry>
+
<varlistentry id="systemd-notify">
<term><command>systemd-notify</command></term>
<listitem>
@@ -638,6 +654,17 @@ make LD_LIBRARY_PATH=/tools/lib -k check</userinput></screen>
</listitem>
</varlistentry> -->
+ <varlistentry id="systemd-socket-activate">
+ <term><command>systemd-socket-activate</command></term>
+ <listitem>
+ <para>is a tool to listen on socket devices and launch a process upon
+ connection.</para>
+ <indexterm zone="ch-system-systemd systemd-socket-activate">
+ <primary sortas="b-systemd-socket-activate">systemd-socket-activate</primary>
+ </indexterm>
+ </listitem>
+ </varlistentry>
+
<varlistentry id="systemd-tmpfiles">
<term><command>systemd-tmpfiles</command></term>
<listitem>