857732d328
that the Macbinary files in the "misc" directly are now directly executable from within Mac OS. This solves a "chicken-and-egg" problem: you can't even distribute a tool to unpack the archives on a plain ISO image, as the executable code is all in the resource fork on mac68k. In other words, a user can now begin the installation by simply double-clicking on the Booter program on the CD-ROM.
14 lines
626 B
Plaintext
14 lines
626 B
Plaintext
# $NetBSD: extensions.map,v 1.1 2004/06/26 16:09:09 fredb Exp $
|
|
#
|
|
# This file is used by "mkisofs" for the "iso-image" target.
|
|
#
|
|
# EXTN XLate CREATOR TYPE Comment
|
|
.hqx Ascii 'BNHQ' 'TEXT' "BinHex file"
|
|
.html Ascii 'MOSS' 'TEXT' "HTML file"
|
|
.map Ascii 'ttxt' 'TEXT' "Plain text file - this file"
|
|
.ps Ascii 'vgrd' 'TEXT' "Laser Writer 8 Postscript file"
|
|
.sit Raw 'SITD' 'SIT!' "Stuffit(R) archive"
|
|
.stxt Raw 'ttxt' 'ttro' "Simple Text file"
|
|
.txt Ascii 'ttxt' 'TEXT' "Plain text file"
|
|
.uue Ascii 'ttxt' 'TEXT' "Plain text file"
|