Skip to content

Commit

Permalink
Modify the error message
Browse files Browse the repository at this point in the history
  • Loading branch information
ertaozh committed May 25, 2018
1 parent a1ce787 commit 360e316
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion xCAT-genesis-builder/buildrpm
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down

0 comments on commit 360e316

Please sign in to comment.