Produce an ISO Image

Install

apt install mkisofs

Make ISO

Place the contents of the ISO into a directory, and run the following:

mkisofs -J -R -l -o "${OUTPUT_ISO}" "${INPUT_DIR}"