diff options
author | Zbigniew Jędrzejewski-Szmek <zbyszek@in.waw.pl> | 2022-09-30 15:31:40 +0200 |
---|---|---|
committer | Zbigniew Jędrzejewski-Szmek <zbyszek@in.waw.pl> | 2022-10-01 11:35:46 +0200 |
commit | bfa769d185dab1d2e4d63cedca16e6fc96ddad8c (patch) | |
tree | fd14dcfa692c54bf56c73a5a2397823718e176e9 /man/systemd.preset.xml | |
parent | manager: fix/change evaluation of ConditionFirstBoot (diff) | |
download | systemd-bfa769d185dab1d2e4d63cedca16e6fc96ddad8c.tar.xz systemd-bfa769d185dab1d2e4d63cedca16e6fc96ddad8c.zip |
man: add cross-links about preset operations
Diffstat (limited to 'man/systemd.preset.xml')
-rw-r--r-- | man/systemd.preset.xml | 16 |
1 files changed, 10 insertions, 6 deletions
diff --git a/man/systemd.preset.xml b/man/systemd.preset.xml index 9e6db28536..ab730d2cc2 100644 --- a/man/systemd.preset.xml +++ b/man/systemd.preset.xml @@ -47,12 +47,16 @@ units, but rather centralize them in a distribution or spin default policy, which can be amended by administrator policy, see below.</para> - <para>If no preset files exist, <command>systemctl - preset</command> will enable all units that are installed by - default. If this is not desired and all units shall rather be - disabled, it is necessary to ship a preset file with a single, - catchall "<filename>disable *</filename>" line. (See example 1, - below.)</para> + <para>If no preset files exist, preset operations will enable all units that are installed by default. If + this is not desired and all units shall rather be disabled, it is necessary to ship a preset file with a + single, catchall "<filename>disable *</filename>" line. (See example 1, below.)</para> + + <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 + <citerefentry><refentrytitle>machine-id</refentrytitle><manvolnum>5</manvolnum></citerefentry>. + </para> </refsect1> <refsect1> |