grml2iso: mention isolinux in 'isohybrid executable not found' message, add isolinux...
[grml2usb.git] / grml2iso
index 31d8acd..31406c5 100755 (executable)
--- a/grml2iso
+++ b/grml2iso
@@ -34,7 +34,7 @@ else
 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
 # }}}