Sign Up
Log In
Log In
or
Sign Up
Places
All Projects
Status Monitor
Collapse sidebar
openSUSE:Leap:15.0:Rings:1-MinimalX
parted
libparted-fix-nvme-partition-naming.patch
Overview
Repositories
Revisions
Requests
Users
Attributes
Meta
File libparted-fix-nvme-partition-naming.patch of Package parted
From: Petr Uzel <petr.uzel@suse.cz> Subject: libparted: Fix NVMe device naming References: bsc#982169 Patch-mainline: no, required to fix custom SUSE device naming --- libparted/arch/linux.c | 1 + 1 file changed, 1 insertion(+) diff --git a/libparted/arch/linux.c b/libparted/arch/linux.c index e9a694e..69176c6 100644 --- a/libparted/arch/linux.c +++ b/libparted/arch/linux.c @@ -2414,6 +2414,7 @@ _device_get_part_path (PedDevice const *dev, int num) 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)
Locations
Projects
Search
Status Monitor
Help
OpenBuildService.org
Documentation
API Documentation
Code of Conduct
Contact
Support
@OBShq
Terms
openSUSE Build Service is sponsored by
The Open Build Service is an
openSUSE project
.
Sign Up
Log In
Places
Places
All Projects
Status Monitor