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).
This commit is contained in:
Xi Ruoyao 2022-02-17 19:25:22 +08:00
parent e5b4b3fff6
commit 662f6497ff
No known key found for this signature in database
GPG Key ID: D95E4716CCBB34DC

View File

@ -222,14 +222,14 @@ meson --prefix=/usr \
<segtitle>Installed directories</segtitle> <segtitle>Installed directories</segtitle>
<seglistitem> <seglistitem>
<seg>bootctl, busctl, coredumpctl, halt (symlink to systemctl), <seg>busctl, coredumpctl, halt (symlink to systemctl),
hostnamectl, init, journalctl, kernel-install, localectl, loginctl, hostnamectl, init, journalctl, kernel-install, localectl, loginctl,
machinectl, networkctl, oomctl, portablectl, poweroff (symlink to machinectl, networkctl, oomctl, portablectl, poweroff (symlink to
systemctl), reboot (symlink to systemctl), resolvconf (symlink to systemctl), reboot (symlink to systemctl), resolvconf (symlink to
resolvectl), resolvectl, runlevel (symlink to systemctl), shutdown resolvectl), resolvectl, runlevel (symlink to systemctl), shutdown
(symlink to systemctl), systemctl, systemd-analyze, (symlink to systemctl), systemctl, systemd-analyze,
systemd-ask-password, systemd-cat, systemd-cgls, systemd-cgtop, 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-dissect, systemd-escape, systemd-hwdb, systemd-id128,
systemd-inhibit, systemd-machine-id-setup, systemd-inhibit, systemd-machine-id-setup,
systemd-mount, systemd-notify, systemd-nspawn, systemd-path, systemd-mount, systemd-notify, systemd-nspawn, systemd-path,
@ -258,16 +258,6 @@ meson --prefix=/usr \
<?dbfo list-presentation="list"?> <?dbfo list-presentation="list"?>
<?dbhtml list-presentation="table"?> <?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"> <varlistentry id="busctl">
<term><command>busctl</command></term> <term><command>busctl</command></term>
<listitem> <listitem>
@ -546,13 +536,12 @@ meson --prefix=/usr \
</listitem> </listitem>
</varlistentry> </varlistentry>
<varlistentry id="systemd-cryptenroll"> <varlistentry id="systemd-creds">
<term><command>systemd-cryptenroll</command></term> <term><command>systemd-creds</command></term>
<listitem> <listitem>
<para>Is used to enroll or remove a system from full disk encryption, <para>Displays and processes credentials.</para>
as well as set and query private keys and recovery keys</para> <indexterm zone="ch-system-systemd systemd-creds">
<indexterm zone="ch-system-systemd systemd-cryptenroll"> <primary sortas="b-systemd-creds">systemd-creds</primary>
<primary sortas="b-systemd-cryptenroll">systemd-cryptenroll</primary>
</indexterm> </indexterm>
</listitem> </listitem>
</varlistentry> </varlistentry>