Sign Up
Log In
Log In
or
Sign Up
Places
All Projects
Status Monitor
Collapse sidebar
openSUSE:12.2:PowerPC
parted
fix-dm-partition-name.patch
Overview
Repositories
Revisions
Requests
Users
Attributes
Meta
File fix-dm-partition-name.patch of Package parted
Index: parted-2.4/libparted/arch/linux.c =================================================================== --- parted-2.4.orig/libparted/arch/linux.c +++ parted-2.4/libparted/arch/linux.c @@ -2225,7 +2225,7 @@ _device_get_part_path (PedDevice *dev, i || dev->type == PED_DEVICE_ATARAID || dev->type == PED_DEVICE_DM || isdigit (dev->path[path_len - 1]) - ? "p" : ""); + ? "_part" : ""); result = zasprintf ("%s%s%d", dev->path, p, num); }
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