X-Git-Url: http://git.grml.org/?p=grml2usb.git;a=blobdiff_plain;f=grml2iso;h=d8f4be51cf184f6c88892e413f5a86284eb264c2;hp=43f57c1b9992ee7e6c194856ebcedd0256cc616b;hb=371c60ef53b067bb6fcada208a3efbc72050033c;hpb=7a6e10df1c335b447ed9e60e2cc1226a42b5f5c8 diff --git a/grml2iso b/grml2iso index 43f57c1..d8f4be5 100755 --- a/grml2iso +++ b/grml2iso @@ -37,7 +37,7 @@ else fi if ! which isohybrid >/dev/null 2>&1 ; then - echo "Error: isohybrid executable not found (install syslinux/isolinux?)." >&2 + echo "Error: isohybrid executable not found (install syslinux/isolinux/syslinux-utils?)." >&2 exit 1 fi # }}}