summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--discover/grub2-parser.c2
1 files changed, 2 insertions, 0 deletions
diff --git a/discover/grub2-parser.c b/discover/grub2-parser.c
index bb47d6c..cb9635e 100644
--- a/discover/grub2-parser.c
+++ b/discover/grub2-parser.c
@@ -144,12 +144,14 @@ static const char *const grub2_conf_files[] = {
"/grub.cfg",
"/menu.lst",
"/grub/grub.cfg",
+ "/grub2/grub.cfg",
"/grub/menu.lst",
"/boot/grub/grub.cfg",
"/boot/grub/menu.lst",
"/GRUB.CFG",
"/MENU.LST",
"/GRUB/GRUB.CFG",
+ "/GRUB2/GRUB.CFG",
"/GRUB/MENU.LST",
"/BOOT/GRUB/GRUB.CFG",
"/BOOT/GRUB/MENU.LST",
OpenPOWER on IntegriCloud