Operating System - HP-UX
1826404 Members
3999 Online
109692 Solutions
New Discussion

Re: Image created with mkisofs

 
Larys Andrade
New Member

Image created with mkisofs

Hello all,

I have to create ignite images larger than 2 GB. I use the mkisofs program like indicated in the inst_combine ignite man page.
There is a lot of others options in the mkisofs program that must be used to make the image with all the filenames like they really are. I use then the -D -U -r options, but I can't install the filesets that contain one or more "-" characters. The filesets that cannot be installed are random !!! They are almost never the same... Is there anybody that have ever done something like this? I'm using the SD software format, it is not an archive.
Thank you all.
Larys
3 REPLIES 3
Elli Wang
Advisor

Re: Image created with mkisofs

Hi, Larys:
Have you resolved the problem yet? I run into the same problem as you.

Thanks,
Elli
Donnie Darko
New Member

Re: Image created with mkisofs

Hi,

you can try the following command:

mkisofs -U -D -v -o

or

mkisofs -D -f -l -U -max-iso9660-filenames -o

How do you mount the cd ?
Try to use the option cdcase (cf man mount_cdfs).

www.alten.fr
Kevin Nikiforuk
Valued Contributor

Re: Image created with mkisofs

Which version of mkisofs are you using?

I have 1.12b5 and it does not have the options that you've listed.

Cheers,
Kevin