diff options
author | Christian Breunig <christian@breunig.cc> | 2025-05-20 16:27:19 +0200 |
---|---|---|
committer | GitHub <noreply@github.com> | 2025-05-20 16:27:19 +0200 |
commit | 60b8d8d64e758a5aebb5e7c7983ed129a804a088 (patch) | |
tree | f895e335e4abfd12a7a7d3b6360cedd42f08814b | |
parent | 6541c72db90ac88c974a5337a992827fa99699c4 (diff) | |
parent | 6cfd337b8e49a80f494c12a51969dd6ea6f29f26 (diff) | |
download | vyos-documentation-60b8d8d64e758a5aebb5e7c7983ed129a804a088.tar.gz vyos-documentation-60b8d8d64e758a5aebb5e7c7983ed129a804a088.zip |
Merge pull request #1635 from vyos/T1771
T1771: automatic reboot of system into previous image
-rw-r--r-- | docs/configuration/system/option.rst | 10 |
1 files changed, 10 insertions, 0 deletions
diff --git a/docs/configuration/system/option.rst b/docs/configuration/system/option.rst index c7b1d757..a13e38a8 100644 --- a/docs/configuration/system/option.rst +++ b/docs/configuration/system/option.rst @@ -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. |