[CI] Save systemctl info

Change-Id: Ia08b0372110ee366f4c48c5ea3bc95db0edbbe31
This commit is contained in:
Radosław Piliszek 2021-04-06 11:20:07 +00:00
parent b647cb4128
commit e548b5969d

View File

@ -32,6 +32,9 @@ copy_logs() {
parted -l > ${LOG_DIR}/system_logs/parted-l.txt
mount > ${LOG_DIR}/system_logs/mount.txt
env > ${LOG_DIR}/system_logs/env.txt
systemctl status > ${LOG_DIR}/system_logs/systemctl_status.txt
systemctl list-units --all > ${LOG_DIR}/system_logs/systemctl_units.txt
systemctl list-unit-files > ${LOG_DIR}/system_logs/systemctl_unit_files.txt
(set -x
ip a