diff options
author | Lennart Poettering <lennart@poettering.net> | 2024-02-28 15:31:27 +0100 |
---|---|---|
committer | Lennart Poettering <lennart@poettering.net> | 2024-02-28 15:33:51 +0100 |
commit | 78266a54f12508a83dd3bb2f39f22da38f3b2f54 (patch) | |
tree | 687829e39af4f544211aca858afe608f2f47c744 /man/systemd.unit.xml | |
parent | Merge pull request #31444 from bluca/semaphore (diff) | |
download | systemd-78266a54f12508a83dd3bb2f39f22da38f3b2f54.tar.xz systemd-78266a54f12508a83dd3bb2f39f22da38f3b2f54.zip |
tree-wide: use "_" rather than "-" as separator in kernel cmdline options
Most of our kernel cmdline options use underscores as word separators in
kernel cmdline options, but there were some exceptions. Let's fix those,
and also use underscores.
Since our /proc/cmdline parsers don't distinguish between the two
characters anyway this should not break anything, but makes sure our own
codebase (and in particular docs and log messages) are internally
consistent.
Diffstat (limited to 'man/systemd.unit.xml')
-rw-r--r-- | man/systemd.unit.xml | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/man/systemd.unit.xml b/man/systemd.unit.xml index 46184f5b7e..7c11598a94 100644 --- a/man/systemd.unit.xml +++ b/man/systemd.unit.xml @@ -1624,7 +1624,7 @@ to make sure they run before the stamp file's modification time gets reset indicating a completed update.</para> - <para>If the <varname>systemd.condition-needs-update=</varname> option is specified on the kernel + <para>If the <varname>systemd.condition_needs_update=</varname> option is specified on the kernel command line (taking a boolean), it will override the result of this condition check, taking precedence over any file modification time checks. If the kernel command line option is used, <filename>systemd-update-done.service</filename> will not have immediate effect on any following @@ -1673,7 +1673,7 @@ <varname>Wants=</varname>. This ensures that in a case of an aborted first boot, these units will be re-run during the next system startup.</para> - <para>If the <varname>systemd.condition-first-boot=</varname> option is specified on the kernel + <para>If the <varname>systemd.condition_first_boot=</varname> option is specified on the kernel command line (taking a boolean), it will override the result of this condition check, taking precedence over <filename>/etc/machine-id</filename> existence checks.</para> |