mirror of
https://github.com/systemd/systemd
synced 2025-10-06 00:13:24 +02:00
bootctl: configure a sysfail entry
You can configure the sysfail boot entry using the bootctl command: $ bootctl set-sysfail sysfail.conf The value will be stored in the `LoaderEntrySysFail` EFI variable. The `LoaderEntrySysFail` EFI variable would be unset automatically during next boot by `systemd-boot-clear-sysfail.service` if no system failure occured, otherwise it would be kept as it is and a system failure reason will be saved to `LoaderSysFailReason` EFI variable. Signed-off-by: Igor Opaniuk <igor.opaniuk@foundries.io>
This commit is contained in:
@@ -19,6 +19,7 @@ enable machines.target
|
||||
|
||||
enable getty@.service
|
||||
|
||||
enable systemd-boot-clear-sysfail.service
|
||||
enable systemd-boot-update.service
|
||||
enable systemd-confext.service
|
||||
enable systemd-homed.service
|
||||
|
Reference in New Issue
Block a user