mirror of
https://github.com/xcat2/xcat-core.git
synced 2025-08-23 11:40:25 +00:00
Modify the error message
This commit is contained in:
@@ -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
|
||||
|
Reference in New Issue
Block a user