RPi-Distro / pi-gen

Tool used to create the official Raspberry Pi OS images
BSD 3-Clause "New" or "Revised" License
2.59k stars 1.62k forks source link

Support for btrfs and gpt #753

Closed sithmein closed 7 months ago

sithmein commented 7 months ago

This PR adds two new configuration options - FILE_SYSTEM_TYPE and PARTITION_TABLE_TYPE - which allow building images with btrfs (instead of ext4) and/or gpt (instead of msdos/MBR).

This fixed issue #751.

XECDesign commented 7 months ago

See https://github.com/RPi-Distro/pi-gen/issues/751#issuecomment-1941554706