mirror of
https://github.com/iiab/iiab.git
synced 2025-02-12 19:22:24 +00:00
iiab-summary: 'uname -n' hostname + 'uname -m' kernel arch for RasPiOS
This commit is contained in:
parent
cee8a4f3ad
commit
9c7c689a55
1 changed files with 1 additions and 1 deletions
|
@ -64,7 +64,7 @@ else
|
|||
echo "$(cat /etc/issue.net) $(cat /etc/debian_version)"
|
||||
fi
|
||||
echo "display-manager? $(systemctl is-active display-manager.service) Arch1: $(dpkg --print-architecture) Arch2: $(dpkg --print-foreign-architectures)"
|
||||
uname -rvp
|
||||
uname -nrvm
|
||||
echo "$(lscpu | grep '^Model name:' | sed 's/^Model name:\s*//') $(lscpu | grep '^CPU(s):' | tr -s ' ') "$(free -m | tail -2 | tr -s ' ' | cut -d' ' -f1-2)
|
||||
if [ -f /proc/device-tree/model ]; then
|
||||
cat /proc/device-tree/model ; echo # MORE RPi DETAIL: tail -4 /proc/cpuinfo
|
||||
|
|
Loading…
Reference in a new issue