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:
@@ -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';
|
||||
|
Reference in New Issue
Block a user