Skip to content
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

ffac-scheduled-sysupgrade: fix readme #73

Merged
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
6 changes: 4 additions & 2 deletions ffac-scheduled-sysupgrade/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -16,7 +16,9 @@ update. If the only uplink comes from a mesh-on-WAN/LAN connection,
which already did the update -this does not help - this package resolves
these situations.

**Sysupgrade must be compatible with `--ignore-minor-compat-version`.**
If `sysupgrade` does not succeed with `--ignore-minor-compat-version`, it
will fall back to attempting an upgrade without the parameter. This makes
the package compatible with older versions of sysupgrade.

Nodes will switch when the defined *switch-time* has passed. In case the
node was powered off while this was supposed to happen, it might not be
Expand Down Expand Up @@ -46,4 +48,4 @@ Example:
switch_after_existing_mins = 120,
},

This package is inspired by the gluon-core package `gluon-scheduled-domain-switch`.
This package is inspired by the gluon-core package `gluon-scheduled-domain-switch`.