X-Git-Url: http://git.grml.org/?p=grml2usb.git;a=blobdiff_plain;f=grml2iso;h=a2ef849867e70ab9060d47eb9dc3f3039235d23f;hp=8f4d7b841965cc15f99032f8cabcfe9bd576c417;hb=62acdab01523c26b167683c74b1feb19173665fc;hpb=a22cf218fe9dfe8a3b2d90b7962bf8d20c4b910b diff --git a/grml2iso b/grml2iso index 8f4d7b8..a2ef849 100755 --- a/grml2iso +++ b/grml2iso @@ -129,7 +129,8 @@ Options: # check for grml2usb {{{ if [ ! -x "$(which $GRML2USB)" ] && [ ! -x "$GRML2USB" ] ; then - echo >&2 "Error: Could not find grml2usb" + echo "Error: Could not find grml2usb executable. Is /usr/sbin missing in PATH?" >&2 + echo "Tip: run GRML2USB=/usr/sbin/grml2usb grml2iso ... as workaround" >&2 if [ -x "./$GRML2USB" ] ; then echo >&2 "If you executed grml2iso from the grml2usb repository use" echo >&2 "GRML2USB=./grml2usb $0 $*"