copy from 2.8 for kdump on rhel6.2 system x diskless install node

git-svn-id: https://svn.code.sf.net/p/xcat/code/xcat-core/branches/2.7@12894 8638fb3e-16cb-4fca-ae20-7b5d299a9bcd
This commit is contained in:
xq2005 2012-05-23 06:07:42 +00:00
parent 89c9bed215
commit bff0e289ca

View File

@ -104,6 +104,7 @@ if [ ! -z "$DUMP" ]; then
else
if (pmatch $OSVER "fedora*") || (pmatch $OSVER "rhel6*") || (pmatch $OSVER "rhels6*") || [ -f /etc/fedora-release ] || [ -f /etc/redhat-release ];then
echo "net $KDIP:$KDPATH" > /etc/kdump.conf
echo "link_delay 180" >> /etc/kdump.conf
/etc/init.d/kdump restart
fi
fi