Bug 668304

Summary: Add support for syslinux's COM32R programs
Product: [Fedora] Fedora Reporter: Paul Bolle <pebolle>
Component: fileAssignee: Jan Kaluža <jkaluza>
Status: CLOSED RAWHIDE QA Contact: Fedora Extras Quality Assurance <extras-qa>
Severity: low Docs Contact:
Priority: low    
Version: rawhideCC: jkaluza
Target Milestone: ---   
Target Release: ---   
Hardware: Unspecified   
OS: Unspecified   
Whiteboard:
Fixed In Version: Doc Type: Bug Fix
Doc Text:
Story Points: ---
Clone Of: Environment:
Last Closed: 2011-01-10 09:52:47 UTC Type: ---
Regression: --- Mount Type: ---
Documentation: --- CRM:
Verified Versions: Category: ---
oVirt Team: --- RHEL 7.3 requirements from Atomic Host:
Cloudforms Team: --- Target Upstream Version:
Embargoed:
Attachments:
Description Flags
Add COM32R magic magic/Magdir/msdos none

Description Paul Bolle 2011-01-09 22:54:05 UTC
Created attachment 472476 [details]
Add COM32R magic magic/Magdir/msdos

Description of problem:
file doesn't know about syslinux's COM32R programs. 

Version-Release number of selected component (if applicable):
5.04-17

How reproducible:
Always

Steps to Reproduce:
1. file /usr/share/syslinux/*.c32
2.
3.
  
Actual results:
/usr/share/syslinux/cat.c32:       data
[...]

Expected results:
/usr/share/syslinux/cat.c32:       COM executable (COM32R)
[...]

Additional info:
COM32R is the current (ie, syslinux 4.xx) format for 32-bit COMBOOT modules.

Patch will be attached.

Comment 1 Jan Kaluža 2011-01-10 09:52:47 UTC
Thanks for the patch, I've sent it upstream and added into Rawhide (in file-5.04-18.fc15).