Add ability for appliances to forbid 32 bit architectures for RHEL
This commit is contained in:
parent
2f930993c0
commit
80b54be58e
@ -2134,6 +2134,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=();
|
||||
|
Loading…
Reference in New Issue
Block a user