Add syslinux-utils to Recommends + adjust error message for isohybrid
[grml2usb.git] / grml2iso
index 43f57c1..d8f4be5 100755 (executable)
--- 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
 # }}}