From 5a2e1e6a048672419d1cf76c435ede4ecf2ef132 Mon Sep 17 00:00:00 2001 From: daniceexi Date: Tue, 28 Aug 2012 08:29:10 +0000 Subject: [PATCH] fixed a typo to generate the path of initrd git-svn-id: https://svn.code.sf.net/p/xcat/code/xcat-core/trunk@13624 8638fb3e-16cb-4fca-ae20-7b5d299a9bcd --- xCAT-server/lib/xcat/plugins/sles.pm | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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"; }