38eb9fb0eb
* Move assets to new boot directory * -hfsplus not valid anymore on cdrtools 3.02 * Throw down some forth I saw in an *old* fedora 12 chrp script. If we ever target ppc64 it might be handy someday. The text output also lets you know the cd booted successfully. Change-Id: I169d887fe8373de1719b98305d01b714f6f6bcbe Reviewed-on: https://review.haiku-os.org/c/haiku/+/4681 Tested-by: Commit checker robot <no-reply+buildbot@haiku-os.org> Reviewed-by: Jessica Hamilton <jessica.l.hamilton@gmail.com>
15 lines
828 B
Plaintext
15 lines
828 B
Plaintext
# This mapping is needed to successfully boot and to keep macos
|
|
# from treating everything like a text file (ugly!)
|
|
#
|
|
# EXTN XLate CREATOR TYPE Comment
|
|
.chrp - 'chrp' 'tbxi' "Macintosh Toolbox ROM file"
|
|
.elf Raw 'UNIX' 'boot' "ELF Binary"
|
|
.xcf Raw 'UNIX' 'boot' "XCOFF Binary"
|
|
.htm Ascii 'MOSS' 'TEXT' "HTML File"
|
|
.html Ascii 'MOSS' 'TEXT' "HTML File"
|
|
.txt Ascii 'ttxt' 'TEXT' "Text File"
|
|
.hqx Ascii 'BnHq' 'TEXT' "BinHex file"
|
|
.sea Raw 'aust' 'APPL' "Self Expanding Archive"
|
|
.sit Raw 'SIT!' 'SITD' "Stuffit Expander file"
|
|
* Raw 'UNIX' 'UNIX' "Unix"
|