From 1402e078d08b1b2c91633dbf9e305b78f420dae8 Mon Sep 17 00:00:00 2001 From: xq2005 Date: Mon, 23 Apr 2012 03:14:19 +0000 Subject: [PATCH] change the mount path in kdump postscript git-svn-id: https://svn.code.sf.net/p/xcat/code/xcat-core/trunk@12299 8638fb3e-16cb-4fca-ae20-7b5d299a9bcd --- xCAT/postscripts/enablekdump | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/xCAT/postscripts/enablekdump b/xCAT/postscripts/enablekdump index 921dedf89..e92eff031 100755 --- a/xCAT/postscripts/enablekdump +++ b/xCAT/postscripts/enablekdump @@ -80,7 +80,7 @@ if [ ! -z "$DUMP" ]; then # workaround for RHEL6 # the $KDIP:$KDPATH directory will be used to generate the initrd for kdump service MOUNTPATH="" - if (pmatch $OSVER "*6\.." ); then + if (pmatch $OSVER "*6\.*" ); then MOUNTPATH="/tmp" else MOUNTPATH="/var/tmp"