Archive for August 17th, 2007

Create a Folder’s ISO image

How to make an ISO image from contents of a directory?


mkisofs -V label-name -r directory-name > iso-image.iso

[tags]iso,image,folder,linux,mkisofs[/tags]