From fa9bb0c3cae7575f6f182e19909a1fbcc3a49a3b Mon Sep 17 00:00:00 2001 From: sjing Date: Sun, 28 Apr 2013 02:49:30 +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/branches/2.8@16110 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 725f4c4ce..67247501c 100644 --- a/xCAT-server/lib/xcat/plugins/anaconda.pm +++ b/xCAT-server/lib/xcat/plugins/anaconda.pm @@ -1507,7 +1507,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";