diff --git a/xCAT-server/lib/xcat/plugins/sles.pm b/xCAT-server/lib/xcat/plugins/sles.pm index 562a2645c..4e580f30f 100644 --- a/xCAT-server/lib/xcat/plugins/sles.pm +++ b/xCAT-server/lib/xcat/plugins/sles.pm @@ -991,7 +991,7 @@ sub mkinstall elsif ($arch =~ /ppc/) { if ($profile) { - $kernelpath = "xcat/$os/$arch/profile/inst64"; + $kernelpath = "xcat/$os/$arch/$profile/inst64"; } else { $kernelpath = "xcat/$os/$arch/inst64"; }