summarylogtreecommitdiffstats
path: root/grub-mkconfig-helper
diff options
context:
space:
mode:
authorSam Mulvey2020-07-20 11:44:06 -0700
committerSam Mulvey2020-07-20 11:44:06 -0700
commit2a2c0d9e15eb2f837622d133a917743c7266bdc0 (patch)
treec4ddedb5779486eb0b810d5cf20548984c7198bb /grub-mkconfig-helper
parent892cf1ae980749f27e37c186dc9eb1dac0bf53d6 (diff)
downloadaur-2a2c0d9e15eb2f837622d133a917743c7266bdc0.tar.gz
parity with package at https://github.com/refutationalist/saur
Diffstat (limited to 'grub-mkconfig-helper')
-rw-r--r--grub-mkconfig-helper2
1 files changed, 1 insertions, 1 deletions
diff --git a/grub-mkconfig-helper b/grub-mkconfig-helper
index be298eee12ab..7478cb85ffeb 100644
--- a/grub-mkconfig-helper
+++ b/grub-mkconfig-helper
@@ -115,7 +115,7 @@ else
GRUB_LINUX_PARAMS="${XEN_LINUX_CMDLINE}"
fi
-xen_list=`for i in /boot/xen-*.gz /xen-*.gz ; do
+xen_list=`for i in /boot/xen.gz /boot/xen-*.gz /xen-*.gz ; do
if grub_file_is_not_garbage "$i" ; then echo -n "$i "; fi
done`