fixed bug in kickstart path: no arch
git-svn-id: https://svn.code.sf.net/p/xcat/code/xcat-core/trunk@6645 8638fb3e-16cb-4fca-ae20-7b5d299a9bcd
This commit is contained in:
parent
fea2f1201e
commit
8a303c5f64
@ -753,7 +753,7 @@ sub make_files {
|
||||
$os = 'rh';
|
||||
}
|
||||
|
||||
my $instdir = "$installroot/custom/install/$os/$arch";
|
||||
my $instdir = "$installroot/custom/install/$os";
|
||||
#mkpath("$instdir", { verbose => 1, mode => 0755, error => \my $err });
|
||||
mkpath("$instdir", { verbose => 1, mode => 0755 });
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user