aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--sos/plugins/grub2.py1
1 files changed, 1 insertions, 0 deletions
diff --git a/sos/plugins/grub2.py b/sos/plugins/grub2.py
index f990681a..fd86211a 100644
--- a/sos/plugins/grub2.py
+++ b/sos/plugins/grub2.py
@@ -26,6 +26,7 @@ class Grub2(Plugin, RedHatPlugin, DebianPlugin, UbuntuPlugin):
"/etc/grub.d",
"/etc/grub2.cfg",
"/etc/default/grub",
+ "/boot/grub/grub.cfg",
"/boot/grub2/grub.cfg",
"/boot/grub2/grubenv"
])