diff --git a/xCAT/postscripts/enablekdump b/xCAT/postscripts/enablekdump index 966332200..4eb859ce9 100755 --- a/xCAT/postscripts/enablekdump +++ b/xCAT/postscripts/enablekdump @@ -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