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
This commit is contained in:
parent
014006e510
commit
5a2e1e6a04
@ -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";
|
||||
}
|
||||
|
Loading…
Reference in New Issue
Block a user