mirror of
				https://github.com/xcat2/xcat-core.git
				synced 2025-11-03 21:02:34 +00:00 
			
		
		
		
	Use http to replace fsp for the wget
git-svn-id: https://svn.code.sf.net/p/xcat/code/xcat-core/trunk@11708 8638fb3e-16cb-4fca-ae20-7b5d299a9bcd
This commit is contained in:
		@@ -58,8 +58,8 @@ if [ $OS != "AIX" ]; then
 | 
			
		||||
        mkdir -p /tmp/loadl
 | 
			
		||||
        rm -f -R /tmp/loadl/*
 | 
			
		||||
        cd /tmp/loadl
 | 
			
		||||
        download_dir=`echo $LOADL_DIR | cut -d '/' -f3-`
 | 
			
		||||
        wget -l inf -N -r --waitretry=10 --random-wait --retry-connrefused -t 10 -T 60 -nH --cut-dirs=5 ftp://$SITEMASTER/$download_dir/*.rpm 2> /tmp/wget.log
 | 
			
		||||
        download_dir=$LOADL_DIR
 | 
			
		||||
        wget -l inf -nH -N -r --waitretry=10 --random-wait -T 60 -nH --cut-dirs=6 --reject "index.html*" --no-parent http://$SITEMASTER$download_dir/ 2> /tmp/wget.log
 | 
			
		||||
        rpm -Uvh LoadL-full-license*.rpm
 | 
			
		||||
        $linux_loadl_license_script -y -d .
 | 
			
		||||
        rm -Rf /tmp/loadl
 | 
			
		||||
 
 | 
			
		||||
		Reference in New Issue
	
	Block a user