diff options
| author | Pascal Rigaux <pixel@mandriva.com> | 2007-05-30 11:11:18 +0000 |
|---|---|---|
| committer | Pascal Rigaux <pixel@mandriva.com> | 2007-05-30 11:11:18 +0000 |
| commit | c1af4addb6f18c15b59fc270854a0fbb8d92dcb6 (patch) | |
| tree | 5a6f717efc60087849f45827fcbf618d40e15d46 /tools/ppc/mapping | |
| download | drakx-c1af4addb6f18c15b59fc270854a0fbb8d92dcb6.tar drakx-c1af4addb6f18c15b59fc270854a0fbb8d92dcb6.tar.gz drakx-c1af4addb6f18c15b59fc270854a0fbb8d92dcb6.tar.bz2 drakx-c1af4addb6f18c15b59fc270854a0fbb8d92dcb6.tar.xz drakx-c1af4addb6f18c15b59fc270854a0fbb8d92dcb6.zip | |
create branch 2007.1 from drakx-installer-* tarballs
(needed after the big svn loss)
Diffstat (limited to 'tools/ppc/mapping')
| -rwxr-xr-x | tools/ppc/mapping | 36 |
1 files changed, 36 insertions, 0 deletions
diff --git a/tools/ppc/mapping b/tools/ppc/mapping new file mode 100755 index 000000000..a84b0019d --- /dev/null +++ b/tools/ppc/mapping @@ -0,0 +1,36 @@ +# Example filename mapping file +# Modified by Christian Walther, 2003/01/17 +# +# EXTN XLate CREATOR TYPE Comment +COPYING Ascii 'ttxt' 'ttro' "Text File" +CREDITS Ascii 'ttxt' 'ttro' "Text File" +README Ascii 'ttxt' 'ttro' "Text File" +RPM-PGP-KEY Ascii 'ttxt' 'ttro' "Text File" +VERSION Ascii 'ttxt' 'ttro' "Text File" +.gz Raw 'SITx' 'Gzip' "GZip Compressed File" +.sit Raw 'SIT!' 'SITD' "StuffIt Archive" +.hqx Ascii 'SITx' 'TEXT' "BinHex Encoded File" +.html Ascii 'MOSS' 'TEXT' "HTML File" +.htm Ascii 'MOSS' 'TEXT' "HTML File" +.gif Raw 'ogle' 'GIFf' "GIF Image" +.jpg Raw 'ogle' 'JPEG' "JPEG Image" +.tif Raw 'ogle' 'TIFF' "TIFF Image" +.bz2 Raw 'SITx' 'Bzp2' "BZip2 Compressed File" +.png Raw 'ogle' 'PNGf' "PNG Image" +.rpm Raw 'mRPM' 'RPMf' "RPM Software Package" +.pl Ascii 'McPL' 'TEXT' "Perl Script" +.pl Ascii 'McPL' 'TEXT' "Perl Module" +.doc Raw 'MSWD' 'WDBN' "Word file" +.mov Raw 'TVOD' 'MooV' "QuickTime Movie" +.txt Ascii 'ttxt' 'TEXT' "Text File" +.conf Ascii 'ttxt' 'TEXT' "config file" +.tbxi Raw 'chrp' 'tbxi' "Macintosh Toolbox ROM file" +.sea Raw 'aust' 'APPL' "Self Expanding Archive" +.mov Raw 'TVOD' 'MooV' "QuickTime Movie" +.bin Raw 'ddsk' 'DDim' "Floppy or ramdisk image" +.img Raw 'ddsk' 'DDim' "Floppy or ramdisk image" +.b Raw 'UNIX' 'tbxi' "bootstrap" +yaboot Raw 'UNIX' 'boot' "bootstrap" +vmlinux Raw 'UNIX' 'boot' "bootstrap" +.conf Raw 'UNIX' 'conf' "bootstrap" +* Raw '????' '????' "Unknown" |
