From: Michael Prokop Date: Wed, 26 Jun 2013 14:03:39 +0000 (+0200) Subject: grml2iso: extend error message of required ISO generation tools with xorriso X-Git-Tag: v0.14.0~4 X-Git-Url: https://git.grml.org/?p=grml2usb.git;a=commitdiff_plain;h=f3370b972f9fb022a76204d89eaef7f937655a39 grml2iso: extend error message of required ISO generation tools with xorriso --- diff --git a/grml2iso b/grml2iso index 4556917..31d8acd 100755 --- a/grml2iso +++ b/grml2iso @@ -29,7 +29,7 @@ elif which mkisofs >/dev/null 2>&1; then elif which genisoimage >/dev/null 2>&1; then MKISOFS='genisoimage' else - echo >&2 "Error: neither mkisofs nor genisoimage available - can not create ISO." + echo "Error: neither xorriso nor mkisofs nor genisoimage available - can not create ISO." >&2 exit 1 fi