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

onie-tools: update upgrade note to current behavior #130

Open
wants to merge 1 commit into
base: main
Choose a base branch
from
Open
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
3 changes: 1 addition & 2 deletions tools/onie-tools.md
Original file line number Diff line number Diff line change
Expand Up @@ -31,8 +31,7 @@ This shows an example usage:
onie-bisdn-upgrade http://example_webserver.com/onie/onie-bisdn-agema-ag7648.bin
```

**Note**: All data is deleted during the upgrade process except for configuration files in /etc/systemd/network/ that apply on interfaces named `enp*`.
{: .label .label-yellow }
**Note**: All data except certain configuration data is deleted during upgrade. See [Backup files/folders across installations](getting_started/install_bisdn_linux.md#backup-filesfolders-across-installations) for details on which configuration files are retained and how to control the behavior.
Copy link
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Suggested change
**Note**: All data except certain configuration data is deleted during upgrade. See [Backup files/folders across installations](getting_started/install_bisdn_linux.md#backup-filesfolders-across-installations) for details on which configuration files are retained and how to control the behavior.
**Note**: During an upgrade, everything except for certain configuration data will be overwritten. See [Backup files/folders across installations](getting_started/install_bisdn_linux.md#backup-filesfolders-across-installations) for details on which configuration files are retained and how to control the behavior.

Copy link
Contributor Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Hm, somehow completely missed/forgot about this.

IMHO this may leave the wrong impression that only stuff being in the image is being overwritten, and files added by the user may be left intact.


## onie-bisdn-rescue

Expand Down