os-makereport: added systemd coredumps information

This commit is contained in:
Silvan Calarco 2024-01-25 16:58:55 +01:00
parent 6985ede105
commit dcc8a965b4

View File

@ -216,6 +216,9 @@ catfile /var/log/Xorg.5.log "Xorg installation test log"
# Other details # Other details
catcommand "/usr/bin/lspci -vv" "PCI hardware information (verbose)" 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 cp $TEMPFILE $REPORTNAME || exit 1
chmod +r $REPORTNAME chmod +r $REPORTNAME
rm -f $TEMPFILE rm -f $TEMPFILE