Remove all references to boot_partition#8
Draft
crschardt wants to merge 1 commit into
Draft
Conversation
crschardt
added a commit
to PhotonVision/photon-image-modifier
that referenced
this pull request
May 10, 2026
Make sure that photon-image-runner points to v1.3.0 so that changes to the runner don't break the image builder. There is a breaking change in PhotonVision/photon-image-runner#8 that may cause problems for this workflow if it is merged to main.
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.
Earlier versions of photon-image-runner included an option to mount a second "boot" partition at
/boot. In the past, this was how Raspbian was set up, but that is no longer the case and it isn't correct for images for other coprocessors such as the OrangePi or RubikPi Ubuntu images.This PR removes the option and leaves it up to the user if, and where they want to mount additional partitions.
This is a breaking change.