From f72676d35dcca7017009400ff8e933fc8f6c424e Mon Sep 17 00:00:00 2001 From: Victor Hu Date: Tue, 14 Feb 2017 09:49:43 -0500 Subject: [PATCH] Move the message for downloading the rootimg up --- xCAT-server/share/xcat/netboot/rh/dracut_033/xcatroot | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/xCAT-server/share/xcat/netboot/rh/dracut_033/xcatroot b/xCAT-server/share/xcat/netboot/rh/dracut_033/xcatroot index ed5f11736..0c1b3ce8e 100755 --- a/xCAT-server/share/xcat/netboot/rh/dracut_033/xcatroot +++ b/xCAT-server/share/xcat/netboot/rh/dracut_033/xcatroot @@ -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