hostcheck: add mount to the output

Signed-off-by: Alessandro Comodi <acomodi@antmicro.com>
This commit is contained in:
Alessandro Comodi 2021-03-25 10:55:13 +01:00
parent 5ca05083d0
commit 865859a5f6
1 changed files with 5 additions and 0 deletions

View File

@ -30,6 +30,11 @@ while true; do
fi
# Dump debugging information.
echo "========================================"
echo "Mount output"
echo "----------------------------------------"
mount
echo "========================================"
echo "Dmesg dump"
echo "----------------------------------------"