From 646386b6d2d0957fb11af045ce9e0c51d5826c8a Mon Sep 17 00:00:00 2001 From: jbjohnso Date: Wed, 20 Jun 2012 19:29:00 +0000 Subject: [PATCH] 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 --- xCAT-server/lib/xcat/plugins/sles.pm | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) 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})