2
0
mirror of https://github.com/xcat2/xcat-core.git synced 2025-05-30 01:26:38 +00:00

Move the message for downloading the rootimg up

This commit is contained in:
Victor Hu 2017-02-14 09:49:43 -05:00
parent 939031275e
commit f72676d35d

View File

@ -43,6 +43,7 @@ if [ ! -z "$imgurl" ]; then
sleep 27
fi
done
[ "$xcatdebugmode" > "0" ] && logger -t $log_label -p local4.debug "Download complete."
elif [ xnfs = x${imgurl%%:*} ]; then
NFS=1
SERVER=${imgurl#nfs:}
@ -53,7 +54,6 @@ if [ ! -z "$imgurl" ]; then
SERVER=${SERVER%:}
ROOTDIR=/${ROOTDIR#*/}
fi
[ "$xcatdebugmode" > "0" ] && logger -t $log_label -p local4.debug "Download complete."
fi
#echo 0 > /proc/sys/vm/zone_reclaim_mode #Avoid kernel bug