2
0
mirror of https://github.com/xcat2/xcat-core.git synced 2025-06-02 19:40:10 +00:00

Merge pull request #4900 from bybai/rfld

delete XCAT_OPENBMC_DEVEL from perl rflash -d
This commit is contained in:
zet809 2018-03-07 16:40:21 +08:00 committed by GitHub
commit e3d263eab6
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -1878,10 +1878,6 @@ sub parse_command_status {
} elsif ($subcommand =~ /^-a|^--activate/) {
$activate = 1;
} elsif ($subcommand =~ /^-d/) {
my $check = unsupported($callback); if (ref($check) eq "ARRAY") {
xCAT::SvrUtils::sendmsg($check, $callback);
return 1;
}
$streamline = 1;
} elsif ($subcommand =~ /^--no-host-reboot/) {
$nohost_reboot = 1;