remove the code that erase tftp-server rpm since the native tftp (tftp-server) is using in the 2.7

git-svn-id: https://svn.code.sf.net/p/xcat/code/xcat-core/trunk@11486 8638fb3e-16cb-4fca-ae20-7b5d299a9bcd
This commit is contained in:
daniceexi 2012-02-06 11:41:49 +00:00
parent 706b89520f
commit 9a240aa3a5

View File

@ -129,14 +129,12 @@ if ($::osname eq 'AIX')
else
{
# Linux setup
# remove OpenIPMI-tools and tftp
# remove OpenIPMI-tools
# install xcat from /install/xcat
# Copy Certificates, and config file to apprpriate directories
# from /install and restart xcatd
&runcmd("rpm -e OpenIPMI-tools");
&runcmd("rpm -e tftp-server");
&copycerts;
`logger -t $::sdate servicenode: running xcatserver -d`;