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
This commit is contained in:
sjing 2013-04-28 02:47:58 +00:00
parent a478ed4eb4
commit 55e71dcde5

View File

@ -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";