Creating an ISO file from an existing directory and its contents is easily done:
mkisofs -o /path/to/target/new\_cd.iso /path/to/directory/
In most modern Linux distributions, the mkisofs command is part of the genisoimage package.
Author: Lucas Vieites ✦ Published: ✦ Updated: ✦
