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:
parent
dc04ac0ff3
commit
decfd3ceea
1 changed files with 8 additions and 0 deletions
|
@ -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
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue