storaged-project / blivet

A python module for configuration of block devices
GNU Lesser General Public License v2.1
99 stars 85 forks source link

Add partition type human-readable string to PartitionDevice #1276

Closed vojtechtrefny closed 3 weeks ago

vojtechtrefny commented 3 weeks ago

Unfortunately parted doesn't have the human readable strings so if we don't want to simply copy the table from libfdisk, we need to start using libblockdev part plugin to get it.

Fixes: #1258