|
@@ -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>
|