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:
parent
5383a88a60
commit
646386b6d2
@ -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})
|
||||
|
Loading…
Reference in New Issue
Block a user