X-Git-Url: https://git.grml.org/?p=grml2usb.git;a=blobdiff_plain;f=grml2iso;h=31406c59d0863bf77b9be29c1a673ac0c4fada54;hp=31d8acda022239483375325725d9a2e5ec752b09;hb=8e0bdf8c81f453fa3d2c6ac32114bff544284493;hpb=f3370b972f9fb022a76204d89eaef7f937655a39 diff --git a/grml2iso b/grml2iso index 31d8acd..31406c5 100755 --- 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 # }}}