2
0
mirror of https://github.com/xcat2/xcat-core.git synced 2026-04-03 07:26:27 +00:00

Deprecate xCAT rflash for SMM/FPC in favor of confluent

This commit is contained in:
Jarrod Johnson
2017-08-24 14:13:04 -04:00
parent 7cca335d34
commit e7870abec9

View File

@@ -2262,7 +2262,7 @@ sub rflash {
}
return do_firmware_update($sessdata);
} elsif (isfpc($sessdata)) {
$callback->({ data => "SMM update is deprecated, please use confluent nodefirmware command, trying anyway" });
#first, start a fpc firmware transaction
$sessdata->{firmpath} = $sessdata->{subcommand};
$sessdata->{firmctx} = "init";