From 78266a54f12508a83dd3bb2f39f22da38f3b2f54 Mon Sep 17 00:00:00 2001 From: Lennart Poettering Date: Wed, 28 Feb 2024 15:31:27 +0100 Subject: 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. --- man/systemd-update-done.service.xml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'man/systemd-update-done.service.xml') diff --git a/man/systemd-update-done.service.xml b/man/systemd-update-done.service.xml index 46bb2f41c8..6b863ecff3 100644 --- a/man/systemd-update-done.service.xml +++ b/man/systemd-update-done.service.xml @@ -58,7 +58,7 @@ touch1 on it. - Note that if the systemd.condition-needs-update= kernel command line option is + Note that if the systemd.condition_needs_update= kernel command line option is used it overrides the ConditionNeedsUpdate= unit condition checks. In that case systemd-update-done.service will not reset the condition state until a follow-up reboot where the kernel switch is not specified anymore. -- cgit v1.2.3