⇤ ← Revision 1 as of 2007-08-21 14:31:20
Size: 1102
Comment:
|
← Revision 2 as of 2008-06-26 09:53:29 ⇥
Size: 1102
Comment: converted to 1.6 markup
|
No differences found! |
How to make a liveCD bootable ISO for Apple PPC computers
Create an hfs.map file with the following contents:
# ext. xlate creator type comment .hqx Ascii 'BnHx' 'TEXT' "BinHex file" .sit Raw 'SIT!' 'SITD' "StuffIT Expander" .mov Raw 'TVOD' 'MooV' "QuickTime Movie" .deb Raw 'Debn' 'bina' "Debian package" .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" * Ascii '????' '????' "Text file"
Then use the following command:
# mkisofs -r -V "My Live CD" \ --netatalk -hfs -probe -map hfs.map \ -chrp-boot -iso-level 2 -part -no-desktop \ -hfs-bless extracted_cd/install \ -hfs-volid Dyne/PowerPC_livecd \ -o my-live-cd.iso extracted_cd