debian/ubuntu support internet repo for otherpkgs
git-svn-id: https://svn.code.sf.net/p/xcat/code/xcat-core/branches/2.8@15807 8638fb3e-16cb-4fca-ae20-7b5d299a9bcd
This commit is contained in:
parent
04889ca0c2
commit
811829c9b5
@ -465,7 +465,7 @@ sub makescript
|
||||
if ($ref1->{'otherpkgdir'})
|
||||
{
|
||||
push @scriptd,
|
||||
"OTHERPKGDIR=" . $ref1->{'otherpkgdir'} . "\n";
|
||||
"OTHERPKGDIR='" . $ref1->{'otherpkgdir'} . "'\n";
|
||||
push @scriptd, "export OTHERPKGDIR\n";
|
||||
}
|
||||
}
|
||||
|
@ -1606,7 +1606,7 @@ sub getImageitems_for_node
|
||||
if ($ref1->{'otherpkgdir'})
|
||||
{
|
||||
$result .=
|
||||
"OTHERPKGDIR=" . $ref1->{'otherpkgdir'} . "\n";
|
||||
"OTHERPKGDIR='" . $ref1->{'otherpkgdir'} . "'\n";
|
||||
$result .= "export OTHERPKGDIR\n";
|
||||
}
|
||||
}
|
||||
|
Loading…
Reference in New Issue
Block a user