I have five Red Hat 8.0 CD ISO images and I want to combine them into a DVD ISO image using the following command in the kernel version 2.6 of fedora 11:<br><br>mkisofs -o Psyche-i386-dvd.iso <br>      -b isolinux/isolinux.bin -c isolinux/boot.cat <br>
      -no-emul-boot -boot-load-size 4 -boot-info-table <br>      -R -m TRANS.TBL <br>      -x Psyche-i386-disc1/.discinfo -x Psyche-i386-disc1/isolinux <br>      -graft-points Psyche-i386-disc1 .discinfo=.discinfo isolinux/=isolinux <br>
      RedHat/=Psyche-i386-disc2/RedHat RedHat/=Psyche-i386-disc3/RedHat <br>      SRPMS/=Psyche-i386-disc3/SRPMS SRPMS/=Psyche-i386-disc4/SRPMS <br>      SRPMS/=Psyche-i386-disc5/SRPMS docs/=Psyche-docs<br><br>and is appearing an error:<br>
<br>genisoimage: Error: '(null)' and 'isolinux/boot.cat' have the same Rock Ridge name 'boot.cat'.<br>Unable to sort directory isolinux<br>NOTE: multiple source directories have been specified and merged into the root<br>
of the filesystem. Check your program arguments. genisoimage is not tar.<br><br>The command was originally make for a kernel version 2.4, but I don't know what change for the command to run on a kernel version 2.6.<br>
<br>I would  like your help<br><br>Manuel<br>