copy_logs: Copy the generated openrc to the logs if it's there
Change-Id: Ie5b172f0d767437ac76de50c467bbc88382dcc95
This commit is contained in:
parent
76a0ffd113
commit
4524263d54
@ -175,6 +175,7 @@ if [ `command -v rpm` ]; then
|
||||
fi
|
||||
|
||||
# system status & informations
|
||||
sudo cp /root/openrc $LOG_DIR/openrc.txt
|
||||
df -h > $LOG_DIR/df.txt
|
||||
free -m > $LOG_DIR/free.txt
|
||||
lsmod > $LOG_DIR/lsmod.txt
|
||||
|
Loading…
Reference in New Issue
Block a user