PDA

View Full Version : Iso CD


wallex
1st March 2010, 05:34 PM
Hi all can anyone help me out on how to build my own boottable ISO CD or how i can make my application available in ISO formart. If you also have any software that can do that please let me know course i'm a newbe in linux. Thanks

forkbomb
1st March 2010, 05:59 PM
Is this what you mean?

http://docs.fedoraproject.org/installation-quick-start-guide/f12/en-US/html/Burn_the_image_file_to_CD.html

bob
1st March 2010, 06:03 PM

(Moved to Spins & Remixes)

wallex
4th March 2010, 08:26 AM
Thanks for your response, is not what is written in this thread http://docs.fedoraproject.org/installation-quick-start-guide/f12/en-US/html/Burn_the_image_file_to_CD.html, but what i mean is that for example; you have an application running on your linux system, and you want to make that application available on CD so if they want to install the application, they will install the ISO CD which in turn install the application respectively. I will be waiting or your response , thanks for your support once again.

forkbomb
4th March 2010, 10:30 AM
http://revisor.fedoraunity.org/

dsmyth
4th March 2010, 10:50 AM
Hi, I don't know if this is any help but the mkisofs tool will create an ISO from a folder and that ISO can be made to be bootable. Have a read of the man pages (enter man mkisofs on the terminal) and see whether it's what you need. Hope it is.