diff --git a/os-makereport/os-makereport b/os-makereport/os-makereport index c78259e..d61b909 100755 --- a/os-makereport/os-makereport +++ b/os-makereport/os-makereport @@ -216,6 +216,9 @@ catfile /var/log/Xorg.5.log "Xorg installation test log" # Other details catcommand "/usr/bin/lspci -vv" "PCI hardware information (verbose)" +# Systemd coredumps +catcommand "/usr/bin/coredumpctl info -q -r" "Systemd coredumps (more recent first)" + cp $TEMPFILE $REPORTNAME || exit 1 chmod +r $REPORTNAME rm -f $TEMPFILE