feat(volumes): add some more GPT types
Metadata
Current evaluation
Merged addition of extra GPT partition types to volumes. Approved with all CI checks passing. Implemented as a temporary testing workaround and expected to be superseded by PRs #276 and #285.
Suggested action: —
No scores available.
Issue body
A brief workaround to help testing, but eventually to be obviated by
#276 and #285
Describe your changes.
---
- [ ] I've followed the [contribution guidelines](https://github.com/canonical/imagecraft/blob/main/CONTRIBUTING.md).
- [ ] I've signed the [CLA](http://www.ubuntu.com/legal/contributors/).
- [ ] I've successfully run `make lint && make test`.
- [ ] I've added or updated any relevant documentation.
Evaluation history
| Date | Model | Scores | Action | Summary |
|---|---|---|---|---|
| qwen/qwen3.6-35b-a3b | — | — | Merged addition of extra GPT partition types to volumes. Approved with all CI checks passing. Implemented as a temporary testing workaround and expected to be superseded by PRs #276 and #285. | |
| qwen3.6-35b-a3b-mtp-q6 | — | — | Merged to introduce temporary GPT partition types for testing following approval. Test dependencies on legacy partition types require updates. The change is a workaround superseded by issues #276 and #285. | |
| qwen3.6-35b-a3b-mtp-q6 | — | — | Merged to add additional GPT partition types as a temporary testing workaround. Approved pending test fixes for old partition dependencies. The change is intended to be superseded by PRs #276 and #285. |
Update history
No update history recorded yet.
Related issues
| Issue | Project | State | Summary | Similarity |
|---|---|---|---|---|
| #252 feat(volumes): allow manually-defined partition numbers | imagecraft | merged | Merged. Enables manual partition numbering in volume structures, requiring all partitions on a volume to use manual IDs. Approved by three reviewers, passed most CI checks despite failing spread tests on Ubuntu variants, and modified 10 files. | |
| #329 feat(Project): add MBR and hybrid volume schemas | imagecraft | merged | Merged. Adds acceptance of MBR and hybrid (MBR+GPT) volume schemas in projects without full implementation. Approved by reviewers and passed all CI checks. |