Operating System - HP-UX
1748169 Members
4125 Online
108758 Solutions
New Discussion юеВ

mkisofs: create bootable CD

 
SOLVED
Go to solution
Mister_Z
Frequent Advisor

mkisofs: create bootable CD

Hi,

I need to create a bootable CD containing a set of depot files. I'm using mkisofs to create an ISO image.
All I've obtained is a CD with the contents of the depot, with long-names, but the permissions were not kept. For this, I issued the command:
#mkisofs -v -l -R -o /isos/img.iso /tmp/depot

where /tmp/depot is the directory name where the depots are stored.

I'd like to know if I can use mkisofs to create the LIF area. If not, what steps can be followed?

Thanks and regards,
I work for HP
2 REPLIES 2
Helen French
Honored Contributor
Solution

Re: mkisofs: create bootable CD

This document might be helpful (TKB #KBRC00002082):

http://www1.itrc.hp.com/service/cki/docDisplay.do?docLocale=en_US&docId=200000067424718
Life is a promise, fulfill it!
Mister_Z
Frequent Advisor

Re: mkisofs: create bootable CD

I'll have a look to the doc provided. Thanks!
I work for HP