helloSystem / helloSystem/hello
Missing MIME types for ufs and uzip files (images)
Open
enhancement
- Dominant language
- No language data
- Stars
- 2.5k
- Forks
- 59
- PR merge metrics
- No merged PRs in 30d
Description
```
FreeBSD% file --mime-type '/home/user/Desktop/system.ufs'
/home/user/Desktop/system.ufs: application/octet-stream
FreeBSD% file --mime-type '/home/user/Desktop/system.uzip'
/home/user/Desktop/system.uzip: text/x-shellscript
FreeBSD% grep -r "ufs" /usr/local/share/mime
(nothing)
FreeBSD% grep -r "ufs" /usr/local/share/mime
(nothing)
```
Can we get these defined?
Workaround: Add `.img` to the extension of the files in question so they that get recognized at least as `application/x-raw-disk-image`.
Contributor guide
Assessment
This issue has not been assessed yet.