We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
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
can ASU switch from snapshot to release when searching for firmware upgrade?
The text was updated successfully, but these errors were encountered:
Yes, your client should set the version field to the desired value in the json when you submit the request to the ASU server:
version
{ "target": "x86/64", "profile": "generic", "version": "24.10.0-rc5", "filesystem": "ext4", "diff_packages": true, "packages": [ ...
Sorry, something went wrong.
Is there any way to configure this in the LUCI interface or send this via cli?
The LuCI Attended Sysupgrade app does not implement proper functionality to cross release boundaries, so it won't work for this.
With the CLI tools, owut and auc, you may specify the target version on the command line.
owut
auc
auc -b 24.10 -B 24.10.0-rc5 owut --version-to 24.10.0-rc5
In the firmware selector, you would just use the pulldown on the right to select the proper target version.
No branches or pull requests
can ASU switch from snapshot to release when searching for firmware upgrade?
The text was updated successfully, but these errors were encountered: