diff --git a/xCAT/postscripts/otherpkgs b/xCAT/postscripts/otherpkgs index b8a989cc4..0a16f2361 100755 --- a/xCAT/postscripts/otherpkgs +++ b/xCAT/postscripts/otherpkgs @@ -590,7 +590,7 @@ while [ $op_index -le $OTHERPKGS_INDEX ]; do rm -f -R /tmp/postage/* cd /tmp/postage - wget -l inf -N -r --waitretry=10 --random-wait --retry-connrefused -t 0 -T 60 --reject "index.html*" --no-parent http://$OTHERPKGDIR/ 2> /tmp/wget.log + wget -l inf -N -r --waitretry=10 --random-wait --retry-connrefused -e robots=off -t 0 -T 60 --reject "index.html*" --no-parent http://$OTHERPKGDIR/ 2> /tmp/wget.log cd /tmp/postage/$NFSSERVER$INSTALLDIR mv $dir_no_ftproot/* /xcatpost/$dir_no_ftproot;