Skip to content

Instantly share code, notes, and snippets.

@cssence
Last active March 9, 2016 11:22
Show Gist options
  • Save cssence/72e0d4615949f0e9e271 to your computer and use it in GitHub Desktop.
Save cssence/72e0d4615949f0e9e271 to your computer and use it in GitHub Desktop.
Favorite default parameters for genisoimage
#!/usr/bin/env bash
genisoimage -v -r -iso-level 4 $@
@cssence
Copy link
Author

cssence commented Jan 8, 2015

./genisoimage.sh -o /tmp/backup-$(date +%Y%m%d).iso /path/to/files

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment