solo-io / packer-plugin-arm-image

Packer plugin for ARM images
Apache License 2.0
426 stars 104 forks source link

Support for GPT partition #166

Open thomastthai opened 11 months ago

thomastthai commented 11 months ago

The README mentioned support for the default Raspberry Pi OS MBR partition table. However, using the Pi on drives larger than 2TB requires GPT partition table. The latest Raspberry Pi OS does support GPT partition table, though it's not the default.

How is GPT supported?