mirror of
https://github.com/ipxe/ipxe
synced 2025-12-18 10:30:23 +03:00
[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>
This commit is contained in:
committed by
Michael Brown
parent
34bfc04e4c
commit
e6e30618c2
@@ -17,7 +17,7 @@ esac
|
|||||||
isolinux_bin=${ISOLINUX_BIN:-util/isolinux.bin}
|
isolinux_bin=${ISOLINUX_BIN:-util/isolinux.bin}
|
||||||
if [ ! -r $isolinux_bin ]
|
if [ ! -r $isolinux_bin ]
|
||||||
then
|
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
|
exit 1
|
||||||
fi
|
fi
|
||||||
out=$1
|
out=$1
|
||||||
|
|||||||
Reference in New Issue
Block a user