Skip to content

packer: treat 404 as not-implemented for device-specific file updates#98

Open
phaus wants to merge 1 commit intogokrazy:mainfrom
consolving:fix-device-specific-404
Open

packer: treat 404 as not-implemented for device-specific file updates#98
phaus wants to merge 1 commit intogokrazy:mainfrom
consolving:fix-device-specific-404

Conversation

@phaus
Copy link
Copy Markdown

@phaus phaus commented Apr 17, 2026

Older gokrazy instances do not expose the device-specific update endpoint, returning HTTP 404.
Previously this aborted the entire OTA update before the A/B partition switch, leaving the device stuck on the old root filesystem.
Treat 404 the same as ErrUpdateHandlerNotImplemented so the update completes.

Older gokrazy instances do not expose the device-specific update
endpoint, returning HTTP 404. Previously this aborted the entire
OTA update before the A/B partition switch, leaving the device
stuck on the old root filesystem. Treat 404 the same as
ErrUpdateHandlerNotImplemented so the update completes.
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

1 participant