From 55e71dcde586cf94ae9fb7186cc049d753741341 Mon Sep 17 00:00:00 2001 From: sjing Date: Sun, 28 Apr 2013 02:47:58 +0000 Subject: [PATCH] fix for bug 3542 - duplicated script name for efibootmgr, so changed it to configefi. git-svn-id: https://svn.code.sf.net/p/xcat/code/xcat-core/trunk@16109 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 30a043815..68c3ca4b9 100644 --- a/xCAT-server/lib/xcat/plugins/anaconda.pm +++ b/xCAT-server/lib/xcat/plugins/anaconda.pm @@ -1521,7 +1521,7 @@ sub mksysclone } # copy postscripts - my $script1 = "efibootmgr"; + my $script1 = "configefi"; my $script2 = "updatenetwork"; my $pspath = "$installroot/sysclone/scripts/post-install/"; my $clusterfile = "$installroot/sysclone/scripts/cluster.txt";