From mboxrd@z Thu Jan 1 00:00:00 1970 From: Ian Campbell Subject: [PATCH OSSTEST v2 11/15] distros: attempt pvgrub support for PV Wheezy too. Date: Mon, 28 Apr 2014 11:41:32 +0100 Message-ID: <1398681696-2773-11-git-send-email-ian.campbell@citrix.com> References: <1398681672.29700.55.camel@kazak.uk.xensource.com> Mime-Version: 1.0 Content-Type: text/plain; charset="us-ascii" Content-Transfer-Encoding: 7bit Return-path: In-Reply-To: <1398681672.29700.55.camel@kazak.uk.xensource.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@eu.citrix.com Cc: Ian Campbell , xen-devel@lists.xen.org List-Id: xen-devel@lists.xenproject.org This requires us to install pv-grub-menu from backports, however the version there seems to be buggy right now so it doesn't actually work. Introduce the test anyway, a Debian bug report will follow. Signed-off-by: Ian Campbell --- Osstest/Debian.pm | 16 ++++++++++++++-- make-distros-flight | 5 +++-- 2 files changed, 17 insertions(+), 4 deletions(-) diff --git a/Osstest/Debian.pm b/Osstest/Debian.pm index 8946ab1..ad478ab 100644 --- a/Osstest/Debian.pm +++ b/Osstest/Debian.pm @@ -432,7 +432,7 @@ sub preseed_base ($$;@) { $extra_packages ||= ''; - return <<"END"; + my $preseed= (<