Fix sles, http makes it unconditionally '/install' regardless of backing path

git-svn-id: https://svn.code.sf.net/p/xcat/code/xcat-core/trunk@13135 8638fb3e-16cb-4fca-ae20-7b5d299a9bcd
This commit is contained in:
jbjohnso 2012-06-20 19:29:00 +00:00
parent 5383a88a60
commit 646386b6d2

View File

@ -842,12 +842,12 @@ sub mkinstall
}
my $kcmdline =
"quiet autoyast=$httpmethod://"
. $netserver
. "$installroot/autoinst/"
. $netserver . ":" . $httpport
. "/install/autoinst/"
. $node
. " install=$httpmethod://"
. $netserver
. "$pkgdir/1";
. $netserver . ":" . $httpport
. "/install/$os/$arch/1";
my $netdev = "";
if ($ent->{installnic})