Skip to content

Instantly share code, notes, and snippets.

@tlhakhan
Created May 5, 2020 21:02
Show Gist options
  • Save tlhakhan/a67d569a6b36e67128d0c85cdfee7bdc to your computer and use it in GitHub Desktop.
Save tlhakhan/a67d569a6b36e67128d0c85cdfee7bdc to your computer and use it in GitHub Desktop.
Build an empty iso file
#!/bin/bash
IMAGE=empty.iso
BUILD=/dev/null
mkisofs -r -V "Empty ISO" -J -l -o $IMAGE $BUILD
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment