diff options
author | Zbigniew Jędrzejewski-Szmek <zbyszek@in.waw.pl> | 2024-02-07 13:47:38 +0100 |
---|---|---|
committer | Zbigniew Jędrzejewski-Szmek <zbyszek@in.waw.pl> | 2024-02-08 20:36:44 +0100 |
commit | eb470316943f07e382371ee4326ff6442156a07b (patch) | |
tree | 0c3f3ac5b155e46d0bfe41e474c6e1ff33160814 /man/systemd.preset.xml | |
parent | creds: fix typo (diff) | |
download | systemd-eb470316943f07e382371ee4326ff6442156a07b.tar.xz systemd-eb470316943f07e382371ee4326ff6442156a07b.zip |
man: mention that preset-all is performed during early boot
The intro of systemd-firstboot is rewritten to make it clearer how it fits into
the big picture. Systemd does some machine-id and presets and
systemd-firstboot.service is used to interactively fill in the blanks.
Closes #22225.
Diffstat (limited to 'man/systemd.preset.xml')
-rw-r--r-- | man/systemd.preset.xml | 6 |
1 files changed, 4 insertions, 2 deletions
diff --git a/man/systemd.preset.xml b/man/systemd.preset.xml index f84a053548..b1e796a16a 100644 --- a/man/systemd.preset.xml +++ b/man/systemd.preset.xml @@ -41,7 +41,7 @@ <command>systemctl preset</command> is used by the post install scriptlets of rpm packages (or other OS package formats), to enable/disable specific units by default on package installation, enforcing - distribution, spin or administrator preset policy. This allows choosing a certain set of units to be + distribution, spin, or administrator preset policy. This allows choosing a certain set of units to be enabled/disabled even before installing the actual package. For more information, see <citerefentry><refentrytitle>systemctl</refentrytitle><manvolnum>1</manvolnum></citerefentry>.</para> @@ -56,7 +56,9 @@ <para>When the machine is booted for the first time, <citerefentry><refentrytitle>systemd</refentrytitle><manvolnum>1</manvolnum></citerefentry> will enable/disable all units according to preset policy, similarly to <command>systemctl - preset-all</command>. Also see "First Boot Semantics" in + preset-all</command>. Also see <varname>ConditionFirstBoot=</varname> in + <citerefentry><refentrytitle>systemd.unit</refentrytitle><manvolnum>5</manvolnum></citerefentry> and + "First Boot Semantics" in <citerefentry><refentrytitle>machine-id</refentrytitle><manvolnum>5</manvolnum></citerefentry>. </para> </refsect1> |