diff options
author | Xi Ruoyao <xry111@mengyan1223.wang> | 2022-02-17 19:25:22 +0800 |
---|---|---|
committer | Xi Ruoyao <xry111@mengyan1223.wang> | 2022-02-17 19:39:07 +0800 |
commit | 662f6497ff161ce70a2aa8f5a0b40355dc386433 (patch) | |
tree | 2048e7910b443543ee5989af8f6bb2bba545a676 | |
parent | e5b4b3fff6b3eddaa1bc2d920c11fb964d0e3668 (diff) |
systemd: remove systemd-cryptenroll and bootctl
bootctl is not built because LFS doesn't have gnu-efi.
systemd-cryptenroll is disabled if cryptsetup is not installed (should
be added into BLFS).
-rw-r--r-- | chapter08/systemd.xml | 25 |
1 files changed, 7 insertions, 18 deletions
diff --git a/chapter08/systemd.xml b/chapter08/systemd.xml index 9d43b65ad..68d6cb264 100644 --- a/chapter08/systemd.xml +++ b/chapter08/systemd.xml @@ -222,14 +222,14 @@ meson --prefix=/usr \ <segtitle>Installed directories</segtitle> <seglistitem> - <seg>bootctl, busctl, coredumpctl, halt (symlink to systemctl), + <seg>busctl, coredumpctl, halt (symlink to systemctl), hostnamectl, init, journalctl, kernel-install, localectl, loginctl, machinectl, networkctl, oomctl, portablectl, poweroff (symlink to systemctl), reboot (symlink to systemctl), resolvconf (symlink to resolvectl), resolvectl, runlevel (symlink to systemctl), shutdown (symlink to systemctl), systemctl, systemd-analyze, systemd-ask-password, systemd-cat, systemd-cgls, systemd-cgtop, - systemd-cryptenroll, systemd-delta, systemd-detect-virt, + systemd-creds, systemd-delta, systemd-detect-virt, systemd-dissect, systemd-escape, systemd-hwdb, systemd-id128, systemd-inhibit, systemd-machine-id-setup, systemd-mount, systemd-notify, systemd-nspawn, systemd-path, @@ -258,16 +258,6 @@ meson --prefix=/usr \ <?dbfo list-presentation="list"?> <?dbhtml list-presentation="table"?> - <varlistentry id="bootctl"> - <term><command>bootctl</command></term> - <listitem> - <para>Is used to query the firmware and boot manager settings</para> - <indexterm zone="ch-system-systemd bootctl"> - <primary sortas="b-bootctl">bootctl</primary> - </indexterm> - </listitem> - </varlistentry> - <varlistentry id="busctl"> <term><command>busctl</command></term> <listitem> @@ -546,13 +536,12 @@ meson --prefix=/usr \ </listitem> </varlistentry> - <varlistentry id="systemd-cryptenroll"> - <term><command>systemd-cryptenroll</command></term> + <varlistentry id="systemd-creds"> + <term><command>systemd-creds</command></term> <listitem> - <para>Is used to enroll or remove a system from full disk encryption, - as well as set and query private keys and recovery keys</para> - <indexterm zone="ch-system-systemd systemd-cryptenroll"> - <primary sortas="b-systemd-cryptenroll">systemd-cryptenroll</primary> + <para>Displays and processes credentials.</para> + <indexterm zone="ch-system-systemd systemd-creds"> + <primary sortas="b-systemd-creds">systemd-creds</primary> </indexterm> </listitem> </varlistentry> |