diff --git a/xCAT-server/lib/xcat/plugins/sles.pm b/xCAT-server/lib/xcat/plugins/sles.pm index f0be135da..bbd2b509c 100644 --- a/xCAT-server/lib/xcat/plugins/sles.pm +++ b/xCAT-server/lib/xcat/plugins/sles.pm @@ -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})