Thursday, September 30, 2010

Make iso in linux

mkisofs -r -o /path/to/file.iso /path/to/directory/

all the files in the /path/to/directory/ will be made into a cd iso image at /path/to/file.iso

-r: preserves long filenames upto 31 characters
-o: output iso image

No comments: