From mboxrd@z Thu Jan 1 00:00:00 1970 From: Ian Campbell Subject: Re: [OSSTEST PATCH 18/26] ts-debian-hvm-install, etc.: Do not hardcode in-iso path Date: Mon, 21 Sep 2015 10:19:58 +0100 Message-ID: <1442827198.10338.17.camel@citrix.com> References: <1442598616-2884-1-git-send-email-ian.jackson@eu.citrix.com> <1442598616-2884-5-git-send-email-ian.jackson@eu.citrix.com> Mime-Version: 1.0 Content-Type: text/plain; charset="us-ascii" Content-Transfer-Encoding: 7bit Return-path: Received: from mail6.bemta5.messagelabs.com ([195.245.231.135]) by lists.xen.org with esmtp (Exim 4.72) (envelope-from ) id 1ZdxGU-0003lj-0h for xen-devel@lists.xenproject.org; Mon, 21 Sep 2015 09:20:02 +0000 In-Reply-To: <1442598616-2884-5-git-send-email-ian.jackson@eu.citrix.com> List-Unsubscribe: , List-Post: List-Help: List-Subscribe: , Sender: xen-devel-bounces@lists.xen.org Errors-To: xen-devel-bounces@lists.xen.org To: Ian Jackson , xen-devel@lists.xenproject.org List-Id: xen-devel@lists.xenproject.org On Fri, 2015-09-18 at 18:50 +0100, Ian Jackson wrote: > ts-debian-hvm-install hardcoded `install.amd' as the directory in the > .iso in which to find the kernel and initrd. This is wrong for > architectures other than amd64. > > Instead, pass this information in runvars (as is done for the netinst > installs in make-distros-flight), and honour it in > ts-debian-hvm-install. > > If the runvars are not set, default to the previous hardcoded values. > (This arranges that clones of old flights still work with new osstest, > eg for bisection.) > > Signed-off-by: Ian Jackson Acked-by: Ian Campbell