From 6f7639f0fe861e6e7cccc707689b72a09a19b16e Mon Sep 17 00:00:00 2001 From: Igor Opaniuk Date: Wed, 14 May 2025 09:06:54 +0200 Subject: [PATCH] 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 --- man/systemd-boot-clear-sysfail.service.xml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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 -- 2.47.3