Ignore:
Timestamp:
02/17/2022 11:39:07 AM (2 years ago)
Author:
Xi Ruoyao <xry111@…>
Branches:
11.1, 11.2, 11.2-rc1, 11.3, 11.3-rc1, 12.0, 12.0-rc1, 12.1, 12.1-rc1, arm, bdubbs/gcc13, multilib, renodr/libudev-from-systemd, s6-init, trunk, xry111/arm64, xry111/arm64-12.0, xry111/clfs-ng, xry111/lfs-next, xry111/loongarch, xry111/loongarch-12.0, xry111/loongarch-12.1, xry111/mips64el, xry111/pip3, xry111/rust-wip-20221008, xry111/update-glibc
Children:
b5e4ab7
Parents:
e5b4b3f
git-author:
Xi Ruoyao <xry111@…> (02/17/2022 11:25:22 AM)
git-committer:
Xi Ruoyao <xry111@…> (02/17/2022 11:39:07 AM)
Message:

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).

File:
1 edited

Legend:

Unmodified
Added
Removed
  • chapter08/systemd.xml

    re5b4b3f r662f649  
    223223
    224224      <seglistitem>
    225         <seg>bootctl, busctl, coredumpctl, halt (symlink to systemctl),
     225        <seg>busctl, coredumpctl, halt (symlink to systemctl),
    226226        hostnamectl, init, journalctl, kernel-install, localectl, loginctl,
    227227        machinectl, networkctl, oomctl, portablectl, poweroff (symlink to
     
    230230        (symlink to systemctl), systemctl, systemd-analyze,
    231231        systemd-ask-password, systemd-cat, systemd-cgls, systemd-cgtop,
    232         systemd-cryptenroll, systemd-delta, systemd-detect-virt,
     232        systemd-creds, systemd-delta, systemd-detect-virt,
    233233        systemd-dissect, systemd-escape, systemd-hwdb, systemd-id128,
    234234        systemd-inhibit, systemd-machine-id-setup,
     
    259259      <?dbhtml list-presentation="table"?>
    260260
    261       <varlistentry id="bootctl">
    262         <term><command>bootctl</command></term>
    263         <listitem>
    264           <para>Is used to query the firmware and boot manager settings</para>
    265           <indexterm zone="ch-system-systemd bootctl">
    266             <primary sortas="b-bootctl">bootctl</primary>
    267           </indexterm>
    268         </listitem>
    269       </varlistentry>
    270 
    271261      <varlistentry id="busctl">
    272262        <term><command>busctl</command></term>
     
    547537      </varlistentry>
    548538
    549       <varlistentry id="systemd-cryptenroll">
    550         <term><command>systemd-cryptenroll</command></term>
    551         <listitem>
    552           <para>Is used to enroll or remove a system from full disk encryption,
    553           as well as set and query private keys and recovery keys</para>
    554           <indexterm zone="ch-system-systemd systemd-cryptenroll">
    555             <primary sortas="b-systemd-cryptenroll">systemd-cryptenroll</primary>
     539      <varlistentry id="systemd-creds">
     540        <term><command>systemd-creds</command></term>
     541        <listitem>
     542          <para>Displays and processes credentials.</para>
     543          <indexterm zone="ch-system-systemd systemd-creds">
     544            <primary sortas="b-systemd-creds">systemd-creds</primary>
    556545          </indexterm>
    557546        </listitem>
Note: See TracChangeset for help on using the changeset viewer.