X-Git-Url: http://git.grml.org/?p=grml2usb.git;a=blobdiff_plain;f=grml2iso;h=31406c59d0863bf77b9be29c1a673ac0c4fada54;hp=45569179ee1e529f80c71e29457a26b6dd517ae4;hb=8e0bdf8c81f453fa3d2c6ac32114bff544284493;hpb=20752e3676639470fa48c6d346c91dd16a03c946 diff --git a/grml2iso b/grml2iso index 4556917..31406c5 100755 --- a/grml2iso +++ b/grml2iso @@ -29,12 +29,12 @@ 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 if ! which isohybrid >/dev/null 2>&1 ; then - echo "Error: isohybrid executable not found (install syslinux?)." >&2 + echo "Error: isohybrid executable not found (install syslinux/isolinux?)." >&2 exit 1 fi # }}}