diff options
Diffstat (limited to 'chapter06')
-rw-r--r-- | chapter06/linux-headers.xml | 12 | ||||
-rw-r--r-- | chapter06/systemd.xml | 33 |
2 files changed, 37 insertions, 8 deletions
diff --git a/chapter06/linux-headers.xml b/chapter06/linux-headers.xml index bf2a8adf8..edc90b9be 100644 --- a/chapter06/linux-headers.xml +++ b/chapter06/linux-headers.xml @@ -74,12 +74,14 @@ find dest/include \( -name .install -o -name ..install.cmd \) -delete <seglistitem> <seg>/usr/include/asm/*.h, /usr/include/asm-generic/*.h, - /usr/include/drm/*.h, /usr/include/linux/*.h, /usr/include/mtd/*.h, - /usr/include/rdma/*.h, /usr/include/scsi/*.h, /usr/include/sound/*.h, - /usr/include/video/*.h, and /usr/include/xen/*.h</seg> + /usr/include/drm/*.h, /usr/include/linux/*.h, /usr/include/misc/*.h, + /usr/include/mtd/*.h, /usr/include/rdma/*.h, /usr/include/scsi/*.h, + /usr/include/sound/*.h, /usr/include/video/*.h, + and /usr/include/xen/*.h</seg> <seg>/usr/include/asm, /usr/include/asm-generic, /usr/include/drm, - /usr/include/linux, /usr/include/mtd, /usr/include/rdma, - /usr/include/scsi, /usr/include/sound, /usr/include/video, and /usr/include/xen</seg> + /usr/include/linux, /usr/include/misc, /usr/include/mtd, + /usr/include/rdma, /usr/include/scsi, /usr/include/sound, + /usr/include/video, and /usr/include/xen</seg> </seglistitem> </segmentedlist> 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> |