rollback the change in r8946

git-svn-id: https://svn.code.sf.net/p/xcat/code/xcat-core/trunk@8947 8638fb3e-16cb-4fca-ae20-7b5d299a9bcd
This commit is contained in:
daniceexi 2011-03-01 15:30:00 +00:00
parent fc3792dbce
commit 4656cc9ddb

View File

@ -629,12 +629,6 @@ sub makescript
}
}
}
# touch the /etc/xCATSN when it is a service node
if (xCAT::Utils->isSN($node)) {
push @scriptd, "touch /etc/xCATSN";
}
###Please do not remove or modify this line of code!!! xcatdsklspost depends on it
push @scriptd, "# postscripts-start-here\n";