mirror of
https://git.linuxfromscratch.org/lfs.git
synced 2025-07-16 17:25:08 +01:00
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:
parent
e5b4b3fff6
commit
662f6497ff
@ -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>
|
||||
|
Loading…
Reference in New Issue
Block a user