From mboxrd@z Thu Jan 1 00:00:00 1970 From: Ian Campbell Subject: [PATCH OSSTEST v2 17/19] Debian: Ignore xen-syms entries in grub.cfg. Date: Thu, 18 Jun 2015 17:25:08 +0100 Message-ID: <1434644710-28881-17-git-send-email-ian.campbell@citrix.com> References: <1434644687.28264.53.camel@citrix.com> Mime-Version: 1.0 Content-Type: text/plain; charset="us-ascii" Content-Transfer-Encoding: 7bit Return-path: In-Reply-To: <1434644687.28264.53.camel@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@eu.citrix.com Cc: Ian Campbell , xen-devel@lists.xen.org List-Id: xen-devel@lists.xenproject.org These can't (in general?) actually be booted. Signed-off-by: Ian Campbell --- Osstest/Debian.pm | 3 +++ 1 file changed, 3 insertions(+) diff --git a/Osstest/Debian.pm b/Osstest/Debian.pm index 31aa1e6..8f4c4ea 100644 --- a/Osstest/Debian.pm +++ b/Osstest/Debian.pm @@ -427,6 +427,9 @@ sub setupboot_grub2 ($$$$) { if (@missing) { logm("(skipping entry at $entry->{StartLine}..$.;". " no @missing)"); + } elsif ($entry->{Hv} =~ m/xen-syms/) { + logm("(skipping entry at $entry->{StartLine}..$.;". + " is xen-syms)"); } elsif (defined $want_kernver && $entry->{KernVer} ne $want_kernver) { logm("(skipping entry at $entry->{StartLine}..$.;". -- 2.1.4