FFDC to collect Host journald log
Journal on host would contain the hostboot modules data required
for debugging host related issues.
Change-Id: I4fd6f1f02c0cca053093752e9858e631186a67ac
Signed-off-by: George Keishing <gkeishin@in.ibm.com>
diff --git a/lib/openbmc_ffdc_list.py b/lib/openbmc_ffdc_list.py
index 5c09e82..7d9af03 100755
--- a/lib/openbmc_ffdc_list.py
+++ b/lib/openbmc_ffdc_list.py
@@ -65,6 +65,8 @@
'OS_lspci': 'lspci >/tmp/OS_lspci.txt 2>&1',
'OS_lscpu': 'lscpu >/tmp/OS_lscpu.txt 2>&1',
'OS_lscfg': 'lscfg >/tmp/OS_lscfg.txt 2>&1',
+ 'OS_journalctl_nopager': 'journalctl --no-pager -b '
+ + '> /tmp/OS_journalctl_nopager.txt 2>&1',
},
}
# Add file name and correcponding command needed for Ubuntu Linux