Hi, I'm trying to make a custom CD image with these commands: misc/make_mdkinst_stage2 Mandrake/mdkinst Mandrake/base/mdkinst_stage2 gendistrib --noclean --distrib `pwd` ./misc/MakeCD --verbose -t /mnt/windows/ -a `pwd` # the same happens by using just mkcd command
Now, mkisofs fails claiming that NULL POINTER and .rr_moved has the same RockRidge name. After removing rr_moved from /tmp/build/Cooker/1.list it fails again because of boot.cat Joliet name. After adding -x `pwd`/isolinux/boot.cat to mkisofs it finally generates an image. Do I have a wrong mkcd version (3.3.5) or a wrong command sequence, or something else?
