Sign Up
Log In
Log In
or
Sign Up
Places
All Projects
Status Monitor
Collapse sidebar
openSUSE:Leap:42.1:Staging:A
parted
libparted-ppc-prepboot-in-syncmbr.patch
Overview
Repositories
Revisions
Requests
Users
Attributes
Meta
File libparted-ppc-prepboot-in-syncmbr.patch of Package parted
--- libparted/labels/gpt.c | 3 +++ 1 file changed, 3 insertions(+) Index: parted-3.1/libparted/labels/gpt.c =================================================================== --- parted-3.1.orig/libparted/labels/gpt.c +++ parted-3.1/libparted/labels/gpt.c @@ -1183,6 +1183,9 @@ _part_to_ostype (PedPartition* part) if (strncmp (part->fs_type->name, "hfs", 3) == 0) return 0xaf; if (strstr (part->fs_type->name, "swap")) return 0x82; } +#ifdef __PPC__ + if (part->num == 1) return 0x41; /* PARTITION_PREP */ +#endif return 0x83; // Everything else is Linux }
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