ijudezue / emda

Automatically exported from code.google.com/p/emda
0 stars 0 forks source link

Create mkisofs script for Eclipse #12

Closed GoogleCodeExporter closed 8 years ago

GoogleCodeExporter commented 8 years ago
mkisofs script for Eclipse will be done in this task.

Basically this page: http://people.redhat.com/rkeech/custom-distro.txt has the 
information on the commands to create the ISO image.

mkisofs -r -N -L -d -J -T -b ../isolinux/isolinux.bin -c ../isolinux/boot.cat 
-no-emul-boot -V "EMDA .04 x86" -boot-load-size 4 -boot-info-table -o 
emda_04.iso ${RHROOT}-disc1

Original issue reported on code.google.com by heis...@gmail.com on 20 Sep 2011 at 1:12

GoogleCodeExporter commented 8 years ago
this has been completed.

Original comment by heis...@gmail.com on 15 Nov 2011 at 4:06