From 662f6497ff161ce70a2aa8f5a0b40355dc386433 Mon Sep 17 00:00:00 2001 From: Xi Ruoyao Date: Thu, 17 Feb 2022 19:25:22 +0800 Subject: 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). --- chapter08/systemd.xml | 25 +++++++------------------ 1 file changed, 7 insertions(+), 18 deletions(-) (limited to 'chapter08') 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 \ Installed directories - bootctl, busctl, coredumpctl, halt (symlink to systemctl), + 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 \ - - bootctl - - Is used to query the firmware and boot manager settings - - bootctl - - - - busctl @@ -546,13 +536,12 @@ meson --prefix=/usr \ - - systemd-cryptenroll + + systemd-creds - Is used to enroll or remove a system from full disk encryption, - as well as set and query private keys and recovery keys - - systemd-cryptenroll + Displays and processes credentials. + + systemd-creds -- cgit v1.2.3-54-g00ecf