> I want to create a bootable CD, a redhat 6.2 . This stuff rearding the
>boot.catalog is not clear to me. README.eltorito says
>
>....
>.......The "El Torito" specification requires a "boot catalog" to be created as
>
>ll.
>This is a 2048 byte file which is of no interest except it is required.
>My patches to mkisofs will cause it to automatically create the
>boot catalog. You must specify where the boot catalog will go in the
>iso9660 filesystem. Usually it is a good idea to put it the same place
>as the boot image, and a name like "boot.catalog" seems appropriate.
> ......
>When i run the command
># touch boot/boot.catalog
># mkisofs -b boot/boot.img -c redhat/boot/boot.catalog -o cdImage .
>
>It spits out an error - could not find boot.catalog.
You don't need to create a boot.catalog file - mkisofs will create one
in the output image (and ignore any existing file of the same name).
The argument to the -c option must be a filename relative to the source
directory given on the command line. (The directory path of the filename
must exist).
In your case, the command line should be:
mkisofs -b boot/boot.img -c boot/boot.catalog -o cdImage .
James Pearson
--
To UNSUBSCRIBE, email to [EMAIL PROTECTED]
with a subject of "unsubscribe". Trouble? Contact [EMAIL PROTECTED]