2
0
mirror of https://github.com/xcat2/xcat-core.git synced 2025-07-18 18:41:08 +00:00

fix a typo

This commit is contained in:
root
2016-06-20 07:06:18 -04:00
parent e48a9c4599
commit 785f75f825

View File

@@ -1356,7 +1356,7 @@ sub gen_chain_for_profiles{
}
if ((exists $netprofileattr->{"bmc"}) and $hw_reconfig){
if ((($netboot eq 'petitboot') and ($comments eq 'openpower')) or ($netboot ne 'petiboot'))
if ((($netboot eq 'petitboot') and ($comments eq 'openpower')) or ($netboot ne 'petitboot'))
{
if (index($final_chain, "runcmd=bmcsetup") == -1){
$final_chain = 'runcmd=bmcsetup,'.$final_chain.':reboot4deploy';