diff --git a/xCAT-server/lib/xcat/plugins/anaconda.pm b/xCAT-server/lib/xcat/plugins/anaconda.pm index 900622d01..46aab4a99 100644 --- a/xCAT-server/lib/xcat/plugins/anaconda.pm +++ b/xCAT-server/lib/xcat/plugins/anaconda.pm @@ -2180,7 +2180,16 @@ sub copycd unless ($distname) { - return; #Do nothing, not ours.. + if ($desc =~ /IBM_PowerKVM/) + { + # check for PowerKVM support + my @pkvm_version = split / /, $desc; + $distname = "pkvm" . $pkvm_version[1]; + } + else + { + return; #Do nothing, not ours.. + } } if ($darch) {