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
This commit is contained in:
sjing 2013-04-28 02:49:30 +00:00
parent 910948236c
commit fa9bb0c3ca

View File

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