aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorLouis Bouchard <louis.bouchard@canonical.com>2013-11-04 11:54:21 +0100
committerAdam Stokes <adam.stokes@ubuntu.com>2013-11-04 06:44:49 -0500
commit44e626c47c60278b207c64aba333d0aaa71db3a8 (patch)
tree78d9430608621d762919470f3208e1ecd9dd45ac
parentce04f74e6c717aab6934db37c634aa676c01462d (diff)
downloadsos-44e626c47c60278b207c64aba333d0aaa71db3a8.tar.gz
Added ubuntu/debian specific grub.cfg path
Fixes: #214 Signed-off-by: Louis Bouchard <louis.bouchard@canonical.com> Signed-off-by: Adam Stokes <adam.stokes@ubuntu.com>
-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"
])