1
0
mirror of https://github.com/systemd/systemd synced 2025-10-06 00:13:24 +02:00

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 <igor.opaniuk@foundries.io>
This commit is contained in:
Igor Opaniuk
2025-05-14 09:06:54 +02:00
parent b431092675
commit 6f7639f0fe

View File

@@ -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. </para>
<para>The <filename>systemd-boot-random-seed.service</filename> unit invokes the <command>bootctl --graceful
<para>The <filename>systemd-boot-clear-sysfail.service</filename> unit invokes the <command>bootctl --graceful
set-sysfail ""</command> command, which clears the LoaderEntrySysFail entry. The service is conditionalized
so that it is run only when a LoaderSysFailReason entry is not set.</para><para>For further details see
<citerefentry><refentrytitle>bootctl</refentrytitle><manvolnum>1</manvolnum></citerefentry>, regarding