Some versions of the bootloader scripts will make menu entries for
`.config' files, containing the hypervisor config. These should be
ignored.
(It is not clear to me, given our 20_linux_xen hack, whether this is
in fact an upstream bug, or a bug in 20_linux_xen.)
Signed-off-by: Ian Jackson <Ian.Jackson@eu.citrix.com>
} elsif ($entry->{Hv} =~ m/xen-syms/) {
logm("(skipping entry at $entry->{StartLine}..$.;".
" is xen-syms)");
+ } elsif ($entry->{Hv} =~ m/\.config$/) {
+ logm("(skipping entry at $entry->{StartLine}..$.;".
+ " is .config)");
} elsif (defined $want_kernver &&
$entry->{KernVer} ne $want_kernver) {
logm("(skipping entry at $entry->{StartLine}..$.;".