Code review comment for ~dbungert/curtin:pmem

Revision history for this message
Michael Hudson-Doyle (mwhudson) wrote :

I went and found the logic in the kernel that decides whether a partition gets a p and it's way simpler than what we do in curtin: https://github.com/torvalds/linux/blob/master/block/partitions/core.c#L141. We should make our logic simpler too :)

« Back to merge proposal