Skip to content

Commit

Permalink
Browse files Browse the repository at this point in the history
[geniso] Emit proper error message for incorrect location of ISOLINUX…
…_BIN

If isolinux.bin is not installed in the expected location the error
message shown is slightly misleading.

Signed-off-by: Vibi Sreenivasan <vibi_sreenivasan@cms.com>
Signed-off-by: Michael Brown <mcb30@etherboot.org>
  • Loading branch information
vibi sreenivasan authored and Michael Brown committed Aug 8, 2009
1 parent 34bfc04 commit e6e3061
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/util/geniso
Expand Up @@ -17,7 +17,7 @@ esac
isolinux_bin=${ISOLINUX_BIN:-util/isolinux.bin}
if [ ! -r $isolinux_bin ]
then
echo $0: $isolinux_bin not found, please install, or set ISOLINUX_BIN in arch/i386/config correctly
echo $0: $isolinux_bin not found, please install, or set ISOLINUX_BIN in arch/i386/Makefile correctly
exit 1
fi
out=$1
Expand Down

0 comments on commit e6e3061

Please sign in to comment.