From 34acc982c3c7a25a6b93156b7426acafd4f25547 Mon Sep 17 00:00:00 2001 From: sjing Date: Mon, 13 May 2013 08:01:45 +0000 Subject: [PATCH] add SCRIPTNAME into kernel append parameters git-svn-id: https://svn.code.sf.net/p/xcat/code/xcat-core/trunk@16248 8638fb3e-16cb-4fca-ae20-7b5d299a9bcd --- xCAT-server/lib/xcat/plugins/anaconda.pm | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/xCAT-server/lib/xcat/plugins/anaconda.pm b/xCAT-server/lib/xcat/plugins/anaconda.pm index 68c3ca4b9..89b8fcb79 100644 --- a/xCAT-server/lib/xcat/plugins/anaconda.pm +++ b/xCAT-server/lib/xcat/plugins/anaconda.pm @@ -1804,7 +1804,7 @@ sub mksysclone } } - $kcmdline .= " xcatd=$xcatmaster:$xcatdport"; + $kcmdline .= " xcatd=$xcatmaster:$xcatdport SCRIPTNAME=$imagename"; #$kcmdline .= " noipv6"; # add the addkcmdline attribute to the end # of the command, if it exists