Sandip Bhattacharya wrote: > i normally copy the source CD into an ISO image using dd. > > dd if=/dev/cdrom of=rhl1.iso > > The image can be written as usual using cdrecord. > > Since the original CD image contains the boot code, the copied CD will be > identical and will boot too.
Made me think maybe Sudhir is trying to replicate the RedHat CD in that case you dont even need mkisofs just do the following. For my configuration this works great. cdrecord dev=0,4,0 -speed=12 -data /dev/hdb Mithun _______________________________________________ linux-india-help mailing list [EMAIL PROTECTED] https://lists.sourceforge.net/lists/listinfo/linux-india-help
