From 8d91ef04d51b80ddb612af35e4b6488b98c6eb7a Mon Sep 17 00:00:00 2001 From: jjhua Date: Tue, 30 Oct 2012 09:06:04 +0000 Subject: [PATCH] fixed bug 3143. git-svn-id: https://svn.code.sf.net/p/xcat/code/xcat-core/trunk@14154 8638fb3e-16cb-4fca-ae20-7b5d299a9bcd --- xCAT/postscripts/ospkgs | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/xCAT/postscripts/ospkgs b/xCAT/postscripts/ospkgs index 666ae1e97..0dcb48d01 100755 --- a/xCAT/postscripts/ospkgs +++ b/xCAT/postscripts/ospkgs @@ -235,7 +235,7 @@ else if [ "$KERNELDIR" != "" ]; then if [ $mounted -eq 0 ]; then - OSPKGDIR="$OSPKGDIR:$KERNELDIR" + OSPKGDIR="$OSPKGDIR,$KERNELDIR" fi fi