Fix Bug 3496904:nodeset has error for rh6.1
git-svn-id: https://svn.code.sf.net/p/xcat/code/xcat-core/trunk@11742 8638fb3e-16cb-4fca-ae20-7b5d299a9bcd
This commit is contained in:
		@@ -157,7 +157,7 @@ sub mknetboot
 | 
			
		||||
    }
 | 
			
		||||
    my $globaltftpdir  = "/tftpboot";
 | 
			
		||||
    my $nodes    = @{$req->{node}};
 | 
			
		||||
    my @args     = @{$req->{arg}};
 | 
			
		||||
    my @args     = @{$req->{arg}} if(exists($req->{arg}));
 | 
			
		||||
    my @nodes    = @{$req->{node}};
 | 
			
		||||
    my $ostab    = xCAT::Table->new('nodetype');
 | 
			
		||||
    my $sitetab  = xCAT::Table->new('site');
 | 
			
		||||
 
 | 
			
		||||
		Reference in New Issue
	
	Block a user