Skip to content

T1771: automatic reboot of system into previous image #1635

New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Merged
merged 1 commit into from
May 20, 2025
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
10 changes: 10 additions & 0 deletions docs/configuration/system/option.rst
Original file line number Diff line number Diff line change
Expand Up @@ -18,6 +18,16 @@ General

Automatically reboot system on kernel panic after 60 seconds.

.. cfgcmd:: set system option reboot-on-upgrade-failure <timeout>

Automatically reboot after `timeout` minutes into the previous running
image, that was used to perform the image upgrade.

Reboot `timeout` is configurable in minutes. This gives the user the change
to log into the system and perform some analysis before automatic rebooting.

Automatic reboot can be cancelled after login using: :opcmd:`reboot cancel`

.. cfgcmd:: set system option startup-beep

Play an audible beep to the system speaker when system is ready.
Expand Down
Loading