search for: geisoimag

Displaying 3 results from an estimated 3 matches for "geisoimag".

Did you mean: geisoimage
2016 May 03
4
Trying to build bootable iso but very confused by syslinux documentation
I was trying to follow this tutorial https://help.ubuntu.com/community/LiveCDCustomizationFromScratch. i got confused with the part about Create an isolinux.cfg file. The show stopper for me was the mkisofs because the closest command I had available was xorrisofs and I think a switch was different.
2016 May 03
0
Trying to build bootable iso but very confused by syslinux documentation
...s because the closest command I > had available was xorrisofs and I think a switch was different. If you have questions about xorrisofs, then just ask me. :)) The web page advises to install genisoimage, a mkisofs clone, but shows its examples with mkisofs. Replace "mkisofs" by "geisoimage" and you should be on the track which the author of the page intends. As for xorrisofs options, all three programs mkisofs, genisoimage, and xorrisofs are supposed to perform the shown ISO production run: sudo mkisofs -r -V "$IMAGE_NAME" -cache-inodes -J -l -b isolinux/isolinux....
2016 May 10
2
Trying to build bootable iso but very confused by syslinux documentation
...command I >> had available was xorrisofs and I think a switch was different. > If you have questions about xorrisofs, then just ask me. :)) > > The web page advises to install genisoimage, a mkisofs clone, but > shows its examples with mkisofs. Replace "mkisofs" by "geisoimage" > and you should be on the track which the author of the page intends. > > As for xorrisofs options, all three programs mkisofs, genisoimage, and > xorrisofs are supposed to perform the shown ISO production run: > > sudo mkisofs -r -V "$IMAGE_NAME" -cache-inodes...