Skip to content

fix: move sysupdate-merge-keyring.sh to /opt/bin#158

Merged
noahwhite merged 1 commit intodevelopfrom
feature/GHO-59-fix-script-path
Feb 16, 2026
Merged

fix: move sysupdate-merge-keyring.sh to /opt/bin#158
noahwhite merged 1 commit intodevelopfrom
feature/GHO-59-fix-script-path

Conversation

@noahwhite
Copy link
Owner

Summary

Move sysupdate-merge-keyring.sh from /usr/local/bin/ to /opt/bin/.

Problem

/usr is read-only on Flatcar Container Linux (verity-protected immutable partition). The previous path caused Ignition to fail when trying to create the script.

Solution

Use /opt/bin/ which is on the writable root filesystem and is the conventional location for custom executables on Flatcar.

Related

  • GHO-59

@linear
Copy link

linear bot commented Feb 16, 2026

@noahwhite noahwhite self-assigned this Feb 16, 2026
@noahwhite noahwhite merged commit 357d652 into develop Feb 16, 2026
6 checks passed
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

Comments