Merged
Conversation
armbian.github.io is now publishing 26.2.5 resolute images
(Ubuntu 25.10 base) but `OS_INFO` had no `resolute` entry, so
`getOsInfo('resolute')` returned null — the Imager UI fell back
to the generic placeholder box icon and dropped the friendly
"Ubuntu 25.10" name.
Add it inline with the other Ubuntu codename → version mappings.
Inserted in chronological-version order between noble (24.04) /
jammy (22.04) and plucky (25.04) so the file reads top-to-bottom
new-to-old within the LTS / interim mix already there.
🧪 Test BuildsVersion:
ℹ️ About these builds
|
SuperKali
pushed a commit
that referenced
this pull request
May 2, 2026
armbian.github.io is now publishing 26.2.5 resolute images
(Ubuntu 26.04 LTS base) but `OS_INFO` had no `resolute` entry,
so `getOsInfo('resolute')` returned null and the Imager UI fell
back to the generic placeholder icon, dropping the friendly
"Ubuntu 26.04" name.
Add it inline with the other Ubuntu codename → version mappings.
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
Summary
armbian.github.io is publishing 26.2.5 resolute images (Ubuntu 26.04 LTS base), but
OS_INFOhad no entry for theresolutecodename.getOsInfo('resolute')returnednulland the Imager UI fell back to a generic placeholder box icon, dropping the friendly "Ubuntu 26.04" label too.Visible symptom (from the website screenshot that surfaced this):
Change
One-line addition to
src/config/os-info.tsOS_INFO:Inserted between
jammyandpluckyto keep the existing top-to-bottom ordering rough-chronological within the Ubuntu group.