mirror of
				https://github.com/xcat2/xcat-core.git
				synced 2025-11-04 05:12:30 +00:00 
			
		
		
		
	remove call to otherpkgs, it is not needed because it is covered by the otherpkgs postbootscript running
git-svn-id: https://svn.code.sf.net/p/xcat/code/xcat-core/trunk@8367 8638fb3e-16cb-4fca-ae20-7b5d299a9bcd
This commit is contained in:
		@@ -111,17 +111,6 @@ else
 | 
			
		||||
 | 
			
		||||
	&runcmd("rpm -e tftp-server");
 | 
			
		||||
 | 
			
		||||
    if (`rpm -q xCATsn` =~ /package xCATsn is not installed/) {
 | 
			
		||||
        #xCATsn package has not been installed yet
 | 
			
		||||
        $msg = "Installing xCAT";
 | 
			
		||||
        `logger -t xcat $msg`;
 | 
			
		||||
        if ( -f "/etc/SuSE-release") { #special case for SLES11
 | 
			
		||||
            &runcmd("rpm -e perl-doc"); #perl-doc conflicts with perl-Version which will be installed
 | 
			
		||||
        }
 | 
			
		||||
        my $osver=$ENV{'OSVER'};
 | 
			
		||||
        my $arch=$ENV{'ARCH'};
 | 
			
		||||
        &runcmd("OTHERPKGS=xcat/xcat-core/xCATsn,xcat/xcat-dep/$osver/$arch/conserver /xcatpost/otherpkgs");
 | 
			
		||||
    }
 | 
			
		||||
         ©certs;
 | 
			
		||||
}
 | 
			
		||||
 | 
			
		||||
 
 | 
			
		||||
		Reference in New Issue
	
	Block a user