From fdc8ca112ad64e59fa5b900c079b1b36881ca085 Mon Sep 17 00:00:00 2001 From: immarvin Date: Tue, 26 May 2015 02:36:53 -0400 Subject: [PATCH] correct a typo 'petiboot' --- perl-xCAT/xCAT/Utils.pm | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/perl-xCAT/xCAT/Utils.pm b/perl-xCAT/xCAT/Utils.pm index 977f7a319..a737fe30d 100644 --- a/perl-xCAT/xCAT/Utils.pm +++ b/perl-xCAT/xCAT/Utils.pm @@ -4583,7 +4583,7 @@ sub lookupNetboot{ $ret="grub2,grub2-tftp,grub2-http"; } }elsif($osarch =~ /^ppc64le$/i or $osarch =~ /^ppc64el$/i){ - $ret="petiboot,grub2,grub2-tftp,grub2-http"; + $ret="petitboot,grub2,grub2-tftp,grub2-http"; } } return $ret;