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:
parent
5477ac6a92
commit
59ef7af279
@ -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;
|
||||
}
|
||||
|
||||
|
Loading…
x
Reference in New Issue
Block a user