set netboot to for PPC64LE

This commit is contained in:
Lei Ai 2014-11-04 22:16:09 +08:00
parent df45650bfb
commit 1fb1b283bb

View File

@ -888,6 +888,7 @@ sub check_profile_consistent{
$ppc_netboot = 'grub2';
}
my %profile_dict = ('x86' => 'xnba','x86_64' => 'xnba', 'ppc64' => $ppc_netboot,
'ppc64el' => $ppc_netboot,
'fsp' => 'FSP', 'ipmi' => 'BMC');
# Check if imageprofile is consistent with networkprofile
if ($profile_dict{$arch} ne $netboot) {