diff --git a/xCAT-server/lib/xcat/plugins/anaconda.pm b/xCAT-server/lib/xcat/plugins/anaconda.pm index 0018c5142..573498317 100644 --- a/xCAT-server/lib/xcat/plugins/anaconda.pm +++ b/xCAT-server/lib/xcat/plugins/anaconda.pm @@ -2135,6 +2135,11 @@ sub copycd return; } } + if ($::XCATSITEVALS{onlysupportarchs} and $::XCATSITEVALS{onlysupportarchs} ne $arch) { + $callback->({error => "$arch is unsupported by this system",errorcode=>2}); + return; + } + #tranverse the directory structure of the os media and get the fingerprint my @filelist=();