mirror of
				https://github.com/xcat2/xcat-core.git
				synced 2025-11-04 13:22:36 +00:00 
			
		
		
		
	debian/ubuntu support internet repo for otherpkgs
git-svn-id: https://svn.code.sf.net/p/xcat/code/xcat-core/trunk@15805 8638fb3e-16cb-4fca-ae20-7b5d299a9bcd
This commit is contained in:
		@@ -465,7 +465,7 @@ sub makescript
 | 
			
		||||
                if ($ref1->{'otherpkgdir'})
 | 
			
		||||
                {
 | 
			
		||||
                    push @scriptd,
 | 
			
		||||
                      "OTHERPKGDIR=" . $ref1->{'otherpkgdir'} . "\n";
 | 
			
		||||
                      "OTHERPKGDIR='" . $ref1->{'otherpkgdir'} . "'\n";
 | 
			
		||||
                    push @scriptd, "export OTHERPKGDIR\n";
 | 
			
		||||
                }
 | 
			
		||||
            }
 | 
			
		||||
 
 | 
			
		||||
@@ -1606,7 +1606,7 @@ sub getImageitems_for_node
 | 
			
		||||
                if ($ref1->{'otherpkgdir'})
 | 
			
		||||
                {
 | 
			
		||||
                    $result .= 
 | 
			
		||||
                      "OTHERPKGDIR=" . $ref1->{'otherpkgdir'} . "\n";
 | 
			
		||||
                      "OTHERPKGDIR='" . $ref1->{'otherpkgdir'} . "'\n";
 | 
			
		||||
                    $result .=  "export OTHERPKGDIR\n";
 | 
			
		||||
                }
 | 
			
		||||
            }
 | 
			
		||||
 
 | 
			
		||||
		Reference in New Issue
	
	Block a user