File libparted-fix-nvme-partition-naming.patch of Package parted.30108
--- libparted/arch/linux.c | 1 + 1 file changed, 1 insertion(+) --- a/libparted/arch/linux.c +++ b/libparted/arch/linux.c @@ -2419,6 +2419,7 @@ _device_get_part_path (PedDevice const * if (dev->type == PED_DEVICE_ATARAID || dev->type == PED_DEVICE_CPQARRAY || dev->type == PED_DEVICE_DAC960 || + dev->type == PED_DEVICE_NVME || dev->type == PED_DEVICE_SDMMC) p = "p"; else if (dev->type == PED_DEVICE_DM)