diff --git a/chapter06/dbus.xml b/chapter06/dbus.xml index 9ed4e5b6b..2d776acfd 100644 --- a/chapter06/dbus.xml +++ b/chapter06/dbus.xml @@ -88,7 +88,7 @@ mv -v /usr/lib/libdbus-1.so.* /lib ln -sfv ../../lib/$(readlink /usr/lib/libdbus-1.so) /usr/lib/libdbus-1.so - Create a symlink, so that D-Bus and Systemd can use the same + Create a symlink, so that D-Bus and systemd can use the same machine-id file: ln -sv /etc/machine-id /var/lib/dbus diff --git a/chapter06/glibc.xml b/chapter06/glibc.xml index 637d28c4b..02d29d655 100644 --- a/chapter06/glibc.xml +++ b/chapter06/glibc.xml @@ -181,7 +181,7 @@ grep Error glibc-check-log cp -v ../glibc-&glibc-version;/nscd/nscd.conf /etc/nscd.conf mkdir -pv /var/cache/nscd - Install the Systemd support files for nscd: + Install the systemd support files for nscd: install -v -Dm644 ../glibc-&glibc-version;/nscd/nscd.tmpfiles /usr/lib/tmpfiles.d/nscd.conf install -v -Dm644 ../glibc-&glibc-version;/nscd/nscd.service /lib/systemd/system/nscd.service diff --git a/chapter06/systemd.xml b/chapter06/systemd.xml index 120a3e579..684edebee 100644 --- a/chapter06/systemd.xml +++ b/chapter06/systemd.xml @@ -17,13 +17,13 @@ Systemd-&systemd-version; - Systemd + systemd - <para>The Systemd package contains programs for controlling the startup, + <para>The systemd package contains programs for controlling the startup, running, and shutdown of the system.</para> <segmentedlist> @@ -38,9 +38,9 @@ </sect2> <sect2 role="installation"> - <title>Installation of Systemd + Installation of systemd - First, create a file to allow Systemd to build when using Util-Linux + First, create a file to allow systemd to build when using Util-Linux built in Chapter 5: cat > config.cache << "EOF" @@ -60,7 +60,7 @@ EOF patch -Np1 -i ../&systemd-compat-patch; - Prepare Systemd for compilation: + Prepare systemd for compilation: ./configure --prefix=/usr \ --sysconfdir=/etc \ @@ -101,7 +101,7 @@ EOF --enable-split-usr - This switch ensures that Systemd will work on + This switch ensures that systemd will work on systems where /bin, /lib and /sbin directories are not symlinks to their /usr counterparts. @@ -118,7 +118,7 @@ EOF --with-dbus* - These switches ensure that D-Bus configuratil files + These switches ensure that D-Bus configuration files get installed in the correct locations. @@ -142,7 +142,7 @@ EOF Note that some tests might fail because the test are being run in a chroot environment. For full test coverage, the test suite should be run - from a system booted using Systemd. + from a system booted using systemd. Install the package: @@ -157,7 +157,7 @@ EOF rm -rfv /usr/lib/rpm - Create the Sysvinit compatibility symlinks, so Systemd is used + Create the Sysvinit compatibility symlinks, so systemd is used as the default init system: for tool in runlevel reboot shutdown poweroff halt telinit; do @@ -177,7 +177,7 @@ ln -sfv ../lib/systemd/systemd /sbin/init - Contents of Systemd + Contents of systemd Installed programs @@ -222,7 +222,7 @@ ln -sfv ../lib/systemd/systemd /sbin/init busctl - used to introspect and monitor the D-Bus bus. + Used to introspect and monitor the D-Bus bus. busctl @@ -246,7 +246,7 @@ ln -sfv ../lib/systemd/systemd /sbin/init hostnamectl - used to query and change the system hostname and related + Used to query and change the system hostname and related settings. hostnamectl @@ -269,7 +269,7 @@ ln -sfv ../lib/systemd/systemd /sbin/init journalctl - used to query the contents of the Systemd Journal. + Used to query the contents of the systemd Journal. journalctl @@ -279,7 +279,7 @@ ln -sfv ../lib/systemd/systemd /sbin/init kernel-install - used to add and remove kernel and initramfs images to and + Used to add and remove kernel and initramfs images to and from /boot. kernel-install @@ -290,7 +290,7 @@ ln -sfv ../lib/systemd/systemd /sbin/init localectl - used to query and change the system locale and keyboard layout + Used to query and change the system locale and keyboard layout settings. localectl @@ -301,7 +301,7 @@ ln -sfv ../lib/systemd/systemd /sbin/init loginctl - used to introspect and control the state of the Systemd Login + Used to introspect and control the state of the systemd Login Manager. loginctl @@ -312,7 +312,7 @@ ln -sfv ../lib/systemd/systemd /sbin/init machinectl - used to introspect and control the state of the Systemd Virtual + Used to introspect and control the state of the systemd Virtual Machine and Container Registration Manager machinectl @@ -367,7 +367,7 @@ ln -sfv ../lib/systemd/systemd /sbin/init systemctl - used to introspect and control the state of the Systemd system and + Used to introspect and control the state of the systemd system and service manager. systemctl @@ -378,7 +378,7 @@ ln -sfv ../lib/systemd/systemd /sbin/init systemd-analyze - used to determine system boot-up performance of the current boot. + Used to determine system boot-up performance of the current boot. systemd-analyze @@ -389,7 +389,7 @@ ln -sfv ../lib/systemd/systemd /sbin/init systemd-ask-password - used to query a system password or passphrase from the user, using a + Used to query a system password or passphrase from the user, using a question message specified on the command line. systemd-ask-password @@ -400,7 +400,7 @@ ln -sfv ../lib/systemd/systemd /sbin/init systemd-cat - used to connect STDOUT and STDERR of a process with the Journal. + Used to connect STDOUT and STDERR of a process with the Journal. systemd-cat @@ -411,7 +411,7 @@ ln -sfv ../lib/systemd/systemd /sbin/init systemd-cgls - recursively shows the contents of the selected Linux control group + Recursively shows the contents of the selected Linux control group hierarchy in a tree. systemd-cgls @@ -422,7 +422,7 @@ ln -sfv ../lib/systemd/systemd /sbin/init systemd-cgtop - shows the top control groups of the local Linux control group hierarchy, + Shows the top control groups of the local Linux control group hierarchy, ordered by their CPU, memory and disk I/O load. systemd-cgtop @@ -433,7 +433,7 @@ ln -sfv ../lib/systemd/systemd /sbin/init systemd-coredumpctl - used to retrieve coredumps from the Systemd Journal + Used to retrieve coredumps from the systemd Journal systemd-coredumpctl @@ -443,7 +443,7 @@ ln -sfv ../lib/systemd/systemd /sbin/init systemd-delta - used to identify and compare configuration files in + Used to identify and compare configuration files in /etc that override default counterparts in /usr. @@ -455,7 +455,7 @@ ln -sfv ../lib/systemd/systemd /sbin/init systemd-detect-virt - detects execution in a virtualized environment. + Detects execution in a virtualized environment. systemd-detect-virt @@ -465,7 +465,7 @@ ln -sfv ../lib/systemd/systemd /sbin/init systemd-inhibit - used to execute a program with a shutdown, sleep or idle inhibitor lock + Used to execute a program with a shutdown, sleep or idle inhibitor lock taken. systemd-inhibit @@ -476,7 +476,7 @@ ln -sfv ../lib/systemd/systemd /sbin/init systemd-machine-id-setup - used by system installer tools to initialize the machine ID stored in + Used by system installer tools to initialize the machine ID stored in /etc/machine-id at install time with a randomly generated ID. @@ -488,7 +488,7 @@ ln -sfv ../lib/systemd/systemd /sbin/init systemd-notify - used by daemon scripts to notify the init system about status changes. + Used by daemon scripts to notify the init system about status changes. systemd-notify @@ -499,7 +499,7 @@ ln -sfv ../lib/systemd/systemd /sbin/init systemd-nspawn - used to run a command or OS in a light-weight namespace container. + Used to run a command or OS in a light-weight namespace container. systemd-nspawn @@ -509,7 +509,7 @@ ln -sfv ../lib/systemd/systemd /sbin/init systemd-run - used to create and start a transient .service or a .scope unit and + Used to create and start a transient .service or a .scope unit and run the specified command in it. systemd-run @@ -530,7 +530,7 @@ ln -sfv ../lib/systemd/systemd /sbin/init systemd-tmpfiles - creates, deletes and cleans up volatile and temporary files and directories, + Creates, deletes and cleans up volatile and temporary files and directories, based on the configuration file format and location specified in tmpfiles.d directories. @@ -542,7 +542,7 @@ ln -sfv ../lib/systemd/systemd /sbin/init systemd-tty-ask-password-agent - used to list or process pending Systemd password requests + Used to list or process pending systemd password requests systemd-tty-ask-password-agent @@ -562,7 +562,7 @@ ln -sfv ../lib/systemd/systemd /sbin/init timedatectl - used to query and change the system clock and its settings. + Used to query and change the system clock and its settings. timedatectl @@ -586,7 +586,7 @@ ln -sfv ../lib/systemd/systemd /sbin/init libsystemd - Systemd utility library. + systemd utility library. libsystemd