Skip to content

make-yaml-redirector: add more special extensions#18

Merged
igorpecovnik merged 1 commit intoarmbian:mainfrom
OpenSource-YYT:fix/boot-payload-and-hyperv-zip-xz-extensions
Apr 14, 2026
Merged

make-yaml-redirector: add more special extensions#18
igorpecovnik merged 1 commit intoarmbian:mainfrom
OpenSource-YYT:fix/boot-payload-and-hyperv-zip-xz-extensions

Conversation

@SuperKali
Copy link
Copy Markdown
Member

Follow-up to #16.

The armbian-images.json generator emits these file_extension values that are not yet registered in specialExtensions, so loadMapJSON never appends the matching suffix to the map key and every redi_url for these images 404s via the mirror:

file_extension suffix affected boards
boe.img.xz -boe xiaomi-elish (boot payload)
csot.img.xz -csot xiaomi-elish (boot payload)
kebab.img.xz -kebab oneplus-kebab (boot payload)
recovery.img.xz -recovery recovery boot payload
hyperv.zip.xz -hyperv uefi-arm64, uefi-x86 (Hyper-V cloud)

The audit in armbian/armbian.github.io#277 flagged 9 broken URLs that these entries fix.

Related

/cc @igorpecovnik @efectn

Register boe/csot/kebab/recovery.img.xz and hyperv.zip.xz so the
redirector maps boot-payload and Hyper-V cloud images correctly.

Refs: armbian/armbian.github.io#277, armbian/armbian-router#40
@igorpecovnik igorpecovnik merged commit ef71ae1 into armbian:main Apr 14, 2026
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Development

Successfully merging this pull request may close these issues.

2 participants