From e24b86195d3f262737e4d183fce7a2c350cf5f15 Mon Sep 17 00:00:00 2001 From: mxi1 Date: Wed, 20 Apr 2011 08:40:40 +0000 Subject: [PATCH] for defect 3289273, updated the path to generate the initial ramdisk when enablekdump is running. git-svn-id: https://svn.code.sf.net/p/xcat/code/xcat-core/trunk@9354 8638fb3e-16cb-4fca-ae20-7b5d299a9bcd --- xCAT/postscripts/enablekdump | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/xCAT/postscripts/enablekdump b/xCAT/postscripts/enablekdump index 473ae6055..9d8c35fac 100755 --- a/xCAT/postscripts/enablekdump +++ b/xCAT/postscripts/enablekdump @@ -67,8 +67,8 @@ if [ ! -z "$DUMP" ]; then fi # workaround for RHEL6 - KDTMPSERVER=${XCAT%:*} - /bin/mount $KDTMPSERVER:/install/kdump/tmp /var/tmp + # the $KDIP:$KDPATH directory will be used to generate the initrd for kdump service + /bin/mount $KDIP:$KDPATH /var/tmp /etc/init.d/kdump restart