Sign Up
Log In
Log In
or
Sign Up
Places
All Projects
Status Monitor
Collapse sidebar
openSUSE:Leap:42.1:Rings:1-MinimalX
parted
dummy-bootcode-only-for-x86.patch
Overview
Repositories
Revisions
Requests
Users
Attributes
Meta
File dummy-bootcode-only-for-x86.patch of Package parted
--- libparted/labels/dos.c | 7 +++++++ 1 file changed, 7 insertions(+) Index: parted-3.1/libparted/labels/dos.c =================================================================== --- parted-3.1.orig/libparted/labels/dos.c +++ parted-3.1/libparted/labels/dos.c @@ -1260,6 +1260,12 @@ msdos_write (const PedDisk* disk) return 0; DosRawTable *table = (DosRawTable *) s0; +/* + * Some ARM devices, such as the OMAP3 series, have a buggy boot rom that + * simply goes into nirvana if it finds non-0 in the first 4 bytes of the SD + * card. + */ +#if defined(__x86_64__) || defined(__i386__) /* either no bootrecord at all, or AIX IPL signature ... */ if ( (!table->boot_code[0]) || ( table->boot_code[0] == (char) 0xc9 && @@ -1270,6 +1276,7 @@ msdos_write (const PedDisk* disk) memset (table->boot_code, 0, 512); memcpy (table->boot_code, MBR_BOOT_CODE, sizeof (MBR_BOOT_CODE)); } +#endif /* If there is no unique identifier, generate a random one */ if (!table->mbr_signature)
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