From: Igor Opaniuk Date: Wed, 14 May 2025 07:06:54 +0000 (+0200) Subject: man: fix systemd-boot-clear-sysfail description X-Git-Tag: v258-rc1~626^2~2 X-Git-Url: http://git.ipfire.org/gitweb.cgi?a=commitdiff_plain;h=6f7639f0fe861e6e7cccc707689b72a09a19b16e;p=thirdparty%2Fsystemd.git man: fix systemd-boot-clear-sysfail description Fix s/systemd-boot-random-seed/systemd-boot-clear-sysfail/g copypaste. Fixes: https://github.com/systemd/systemd/issues/37415 Signed-off-by: Igor Opaniuk --- diff --git a/man/systemd-boot-clear-sysfail.service.xml b/man/systemd-boot-clear-sysfail.service.xml index 22494863778..54965053676 100644 --- a/man/systemd-boot-clear-sysfail.service.xml +++ b/man/systemd-boot-clear-sysfail.service.xml @@ -32,7 +32,7 @@ 'LoaderEntrySysFail' boot loader entry if the boot was successful and the 'LoaderSysFailReason' EFI variable, which indicates the reason for the system failure, is not set. - The systemd-boot-random-seed.service unit invokes the bootctl --graceful + The systemd-boot-clear-sysfail.service unit invokes the bootctl --graceful set-sysfail "" command, which clears the LoaderEntrySysFail entry. The service is conditionalized so that it is run only when a LoaderSysFailReason entry is not set.For further details see bootctl1, regarding