From mboxrd@z Thu Jan 1 00:00:00 1970 From: Ian Jackson Subject: [OSSTEST PATCH 22/28] ts-debian-hvm-install: Do not create EFI partition if EFI not in use Date: Tue, 22 Sep 2015 16:12:43 +0100 Message-ID: <1442934764-8672-7-git-send-email-ian.jackson@eu.citrix.com> References: <1442934764-8672-1-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 1ZePFa-0001wj-96 for xen-devel@lists.xenproject.org; Tue, 22 Sep 2015 15:12:58 +0000 In-Reply-To: <1442934764-8672-1-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: xen-devel@lists.xenproject.org Cc: Ian Jackson , Ian Campbell List-Id: xen-devel@lists.xenproject.org If we are booting our install ISO using a non-EFI executable, don't try to provide an EFI for the installed system either. Signed-off-by: Ian Jackson --- v4: Fix regexp to match efi.img (!) Rebased, fixed code motion conflict. --- ts-debian-hvm-install | 7 +++++-- 1 file changed, 5 insertions(+), 2 deletions(-) diff --git a/ts-debian-hvm-install b/ts-debian-hvm-install index b9f9025..6646a5a 100755 --- a/ts-debian-hvm-install +++ b/ts-debian-hvm-install @@ -49,6 +49,7 @@ our $guesthost= "$gn.guest.osstest"; our $gho; our ($kernel, $ramdisk); +our $bootfile; our $gsuite; @@ -56,7 +57,7 @@ sub preseed () { my $preseed_file = preseed_base($gho,$gsuite,'','',()); - $preseed_file .= (<