@ -1,10 +1,17 @@ |
|||||
# Example filename mapping file |
|
||||
# |
|
||||
# EXTN XLate CREATOR TYPE Comment |
# EXTN XLate CREATOR TYPE Comment |
||||
.b Raw 'UNIX' 'tbxi' "bootstrap" |
|
||||
|
.hqx Ascii 'BnHx' 'TEXT' "BinHex file" |
||||
|
.b Raw 'UNIX' 'tbxi' "bootstrap" |
||||
|
.txt Ascii 'ttxt' 'ttro' "README" |
||||
yaboot Raw 'UNIX' 'boot' "bootstrap" |
yaboot Raw 'UNIX' 'boot' "bootstrap" |
||||
*linux Raw 'UNIX' 'boot' "kernel" |
*linux Raw 'UNIX' 'boot' "kernel" |
||||
*.conf Raw 'UNIX' 'conf' "bootstrap" |
*.conf Raw 'UNIX' 'conf' "bootstrap" |
||||
root.bin Raw 'UNIX' 'root' "root_image" |
|
||||
|
initrd.gz Raw 'UNIX' 'root' "root_image" |
||||
|
.sit Raw 'SITx' 'disk' "StuffIT Archive" |
||||
|
# just a reminder - we want to get rid of the .sit |
||||
|
#App Raw 'BooX' 'APPC' "BootX App" |
||||
|
#CacheSetting Raw '????' 'APPL' "GrabG3CacheSetting" |
||||
|
#MakeMkPlugin Raw '????' 'APPL' "MakeMkPlugin" |
||||
|
#miBoot.img Raw 'ddsk' 'dimg' "miBoot Image" |
||||
|
#System Raw 'MACS' 'zsys' "miBoot System" |
||||
|
# the rest |
||||
* Raw '????' '????' "Unknown" |
* Raw '????' '????' "Unknown" |
||||
|
|
@ -0,0 +1 @@ |
|||||
|
For booting the ROCK Linux LiveCD on oldworld macs, currentlyonly BootX is support. Extract BootX-1.2.2.sit, and copy/boot/vmlinuxas kernel to load into the "Linux Kernels" Folder, and tell it to use/boot/initrd.gzas ramdisk to load (paths relative to the CD).You also need to add additional parameters to pass to the kernel:init=/linuxrc rwHave fun! |