Create ISO file from a Directory on Linux
From WikiMLT
The last command was using for a creating an ISO image from a directory is:
mkisofs -J -allow-lowercase -R -V "ID/Label of the ISO image" -iso-level 4 -o file.iso source_directory/
References:
- AskUbuntu: How to create an ISO image from a bunch of files on the file system
- The Unix and Linux Forums: mkisofs and long file names
- Commandline.com: Commands using mkisofs