diff options
author | A. Wilcox <AWilcox@Wilcox-Tech.com> | 2017-09-23 18:45:24 -0500 |
---|---|---|
committer | A. Wilcox <AWilcox@Wilcox-Tech.com> | 2017-09-23 18:45:24 -0500 |
commit | 4b70dd97e99c7091e718f66b0f20668422c97de6 (patch) | |
tree | 55b2cb34c2323efce7f47de8c7bc5398ab268f44 /mapping-ppc | |
parent | 28fa3aa727e7756cb345f465c789955e81f3029b (diff) | |
download | image-4b70dd97e99c7091e718f66b0f20668422c97de6.tar.gz image-4b70dd97e99c7091e718f66b0f20668422c97de6.tar.bz2 image-4b70dd97e99c7091e718f66b0f20668422c97de6.tar.xz image-4b70dd97e99c7091e718f66b0f20668422c97de6.zip |
PowerPC: fixes, thanks @Elizafox
Diffstat (limited to 'mapping-ppc')
-rw-r--r-- | mapping-ppc | 5 |
1 files changed, 5 insertions, 0 deletions
diff --git a/mapping-ppc b/mapping-ppc index 4c945c4..861975c 100644 --- a/mapping-ppc +++ b/mapping-ppc @@ -1,4 +1,9 @@ # EXTN XLate CREATOR TYPE Comment .b Raw 'chrp' 'tbxi' "Macintosh Toolbox ROM file" .squashfs Raw 'UNIX' 'UNIX' "Linux Root File System" +.cfg Raw 'AAPL' 'TEXT' "Configuration file" +.txt Raw 'AAPL' 'TEXT' "Plain text file" +.img Raw 'UNIX' 'UNIX' "GRUB bootable image file" +bzImage Raw 'UNIX' 'UNIX' "Linux kernel" +initrd Raw 'UNIX' 'UNIX' "Linux boot disk" * Raw '????' '????' "Unknown" |