mirror of https://github.com/openXC7/prjxray.git
hostcheck: add mount to the output
Signed-off-by: Alessandro Comodi <acomodi@antmicro.com>
This commit is contained in:
parent
5ca05083d0
commit
865859a5f6
|
|
@ -30,6 +30,11 @@ while true; do
|
|||
fi
|
||||
|
||||
# Dump debugging information.
|
||||
echo "========================================"
|
||||
echo "Mount output"
|
||||
echo "----------------------------------------"
|
||||
mount
|
||||
|
||||
echo "========================================"
|
||||
echo "Dmesg dump"
|
||||
echo "----------------------------------------"
|
||||
|
|
|
|||
Loading…
Reference in New Issue