1
0
Fork 0
mirror of https://github.com/iiab/iiab.git synced 2025-03-09 15:40:17 +00:00

add in rpi-issue information

This commit is contained in:
George Hunt 2019-04-15 19:05:24 +01:00
parent dc04ac0ff3
commit decfd3ceea

View file

@ -60,6 +60,14 @@ echo ip addr
ip addr
echo
echo "=========================================================="
echo Checking for information about raspberry pi base image
if [ -f /etc/rpi-issue ];then
cat /etc/rpi-issue
echo "stage 2 = lite; stage 3 = desktop"
else
echo "not a raspberry pi"
fi
echo "=========================================================="
echo "brctl show"
brctl show
echo