From mboxrd@z Thu Jan 1 00:00:00 1970 From: Ian Campbell Subject: Re: [OSSTEST PATCH 19/28] ts-debian-hvm-install: Defer preseed generation Date: Tue, 22 Sep 2015 16:31:27 +0100 Message-ID: <1442935887.10338.180.camel@citrix.com> References: <1442934764-8672-1-git-send-email-ian.jackson@eu.citrix.com> <1442934764-8672-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.bemta14.messagelabs.com ([193.109.254.103]) by lists.xen.org with esmtp (Exim 4.72) (envelope-from ) id 1ZePXX-00066V-6g for xen-devel@lists.xenproject.org; Tue, 22 Sep 2015 15:31:31 +0000 In-Reply-To: <1442934764-8672-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 Tue, 2015-09-22 at 16:12 +0100, Ian Jackson wrote: > Defer preseed file generation until after we have fetched and looked > inside the install image, because we are going to want to make changes > to the preseed file based on the image contents. > > No overall functional change, although some things happen in a > different order now, and the ISO manipulation takes place in two calls > to target_cmd_root rather than one. > > Signed-off-by: Ian Jackson Acked-by: Ian Campbell