mirror of
https://github.com/iiab/iiab.git
synced 2025-03-09 15:40:17 +00:00
local_facts.fact: $RPI_MODEL should be "none" when not a Raspberry Pi
This commit is contained in:
parent
ecaa41d1d3
commit
b2b5666872
1 changed files with 2 additions and 2 deletions
|
@ -95,8 +95,8 @@ tmp=$(git rev-parse --verify HEAD) &&
|
||||||
#tmp=$(cat /proc/device-tree/mfg-data/MN) &&
|
#tmp=$(cat /proc/device-tree/mfg-data/MN) &&
|
||||||
# XO_MODEL=$tmp
|
# XO_MODEL=$tmp
|
||||||
|
|
||||||
tmp=$(grep -ai raspberry /proc/device-tree/model | tr -d '\0') &&
|
grep -iq raspberry /proc/device-tree/model &&
|
||||||
RPI_MODEL=$tmp
|
RPI_MODEL=$(grep -ai raspberry /proc/device-tree/model | tr -d '\0')
|
||||||
|
|
||||||
# /proc/device-tree/model e.g. 'Parallels ARM Virtual Machine' identical to...
|
# /proc/device-tree/model e.g. 'Parallels ARM Virtual Machine' identical to...
|
||||||
# /sys/firmware/devicetree/base/model (also true on RPi hardware!)
|
# /sys/firmware/devicetree/base/model (also true on RPi hardware!)
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue