From 1fb1b283bba26762ca2bd703b0391f5ed3a158db Mon Sep 17 00:00:00 2001 From: Lei Ai Date: Tue, 4 Nov 2014 22:16:09 +0800 Subject: [PATCH] set netboot to for PPC64LE --- perl-xCAT/xCAT/ProfiledNodeUtils.pm | 1 + 1 file changed, 1 insertion(+) diff --git a/perl-xCAT/xCAT/ProfiledNodeUtils.pm b/perl-xCAT/xCAT/ProfiledNodeUtils.pm index 5fee1f892..37714c867 100644 --- a/perl-xCAT/xCAT/ProfiledNodeUtils.pm +++ b/perl-xCAT/xCAT/ProfiledNodeUtils.pm @@ -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) {