We have (some) code that assigns DPS UUIDs to partitions when no type is defined on a partition. For the ESP and XBOOTLDR we set the correct values but for root partition we always set "Linux Filesystem" instead of an architecture-specific DPS UUID for the root partition.
Let's do the latter, perhaps dictated by policy or options. It would allow omitting the UUIDs from embedded disk.yaml's in the bootc case which allows users to not have to write arch-specific disk.yaml's in more (most) cases.
We have (some) code that assigns DPS UUIDs to partitions when no
typeis defined on a partition. For the ESP and XBOOTLDR we set the correct values but for root partition we always set "Linux Filesystem" instead of an architecture-specific DPS UUID for the root partition.Let's do the latter, perhaps dictated by policy or options. It would allow omitting the UUIDs from embedded
disk.yaml's in thebootccase which allows users to not have to write arch-specificdisk.yaml's in more (most) cases.