Explorar el Código

[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>
tags/v0.9.8
vibi sreenivasan hace 15 años
padre
commit
e6e30618c2
Se han modificado 1 ficheros con 1 adiciones y 1 borrados
  1. 1
    1
      src/util/geniso

+ 1
- 1
src/util/geniso Ver fichero

@@ -17,7 +17,7 @@ esac
17 17
 isolinux_bin=${ISOLINUX_BIN:-util/isolinux.bin}
18 18
 if [ ! -r $isolinux_bin ]
19 19
 then
20
-	echo $0: $isolinux_bin not found, please install, or set ISOLINUX_BIN in arch/i386/config correctly
20
+	echo $0: $isolinux_bin not found, please install, or set ISOLINUX_BIN in arch/i386/Makefile correctly
21 21
 	exit 1
22 22
 fi
23 23
 out=$1

Loading…
Cancelar
Guardar