From 360e3165ff9903b2c1b00e836ddc880397d4c969 Mon Sep 17 00:00:00 2001 From: ertaozh Date: Thu, 24 May 2018 23:04:39 -0400 Subject: [PATCH] Modify the error message --- xCAT-genesis-builder/buildrpm | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/xCAT-genesis-builder/buildrpm b/xCAT-genesis-builder/buildrpm index 9defefb95..28a544d5b 100755 --- a/xCAT-genesis-builder/buildrpm +++ b/xCAT-genesis-builder/buildrpm @@ -149,7 +149,7 @@ if [ -e "${DRACUTMODDIR}/cmdlist_check" ]; then miss_cmd=0 for cmd in `cat ${DRACUTMODDIR}/cmdlist_check`; do if ! grep $cmd $DRACUTMODDIR/install; then - echo "The $cmd is missed in install file" + echo "ERROR: The required $cmd is not included in the install file to build the Genesis base package" miss_cmd=1 fi done