Create an ISO from a directory

mkisofs

  • Create ISO files from directories.
    Also aliased as `genisoimage`.
    More information: <https://manned.org/mkisofs>.
  • Trick copyright: tl;dr; <https://github.com/tldr-pages/tldr>

mkisofs -o {{filename.iso}} {{path/to/source_directory}}

click the source code to copy install mkisofs on any operating system with command-not-found.com