On Fri, 2007-03-30 at 15:41 +0200, Robert Allerstorfer wrote:
On Fri, 30 Mar 2007, 01:04 GMT+01 David Woodhouse wrote:
Something still seems to be wrong/missing with the mkisofs options. Maybe is has to do with the "no Apple/Unix files will be decoded/mapped" warning? Please help.
You'll need a map file - this is what we use in anaconda, use with -map.
This is what we use in fedora essentially:
mkisofs -o boot.iso -chrp-boot -U \ -prep-boot ppc/chrp/yaboot \ -part -hfs -T -r -l -J \ -A "Fedora 4" -sysid PPC -V "PBOOT" -volset 4 -volset-size 1 \ -volset-seqno 1 -hfs-volid 4 -hfs-bless $(pwd)/ppc/ppc \ -map mapping -magic magic -no-desktop -allow-multidot \ $(pwd)/ppc
Note the hfs-bless using a full path due to mkisofs wackiness.
Pauil