mirror of
https://github.com/iiab/iiab.git
synced 2025-03-09 15:40:17 +00:00
/etc/rpi-issue seems to indicate Raspbian (not RPi HW)
This commit is contained in:
parent
c95dd02227
commit
a0c6de35b6
1 changed files with 1 additions and 1 deletions
|
@ -119,7 +119,7 @@ if [ -f /etc/rpi-issue ]; then
|
||||||
echo >> $outfile
|
echo >> $outfile
|
||||||
echo "SEE https://github.com/RPi-Distro/pi-gen#stage-anatomy" >> $outfile
|
echo "SEE https://github.com/RPi-Distro/pi-gen#stage-anatomy" >> $outfile
|
||||||
else
|
else
|
||||||
echo "(This is NOT a Raspberry Pi!)" >> $outfile
|
echo "(This is NOT Raspbian!)" >> $outfile
|
||||||
fi
|
fi
|
||||||
echo >> $outfile
|
echo >> $outfile
|
||||||
cat_file /etc/issue.net
|
cat_file /etc/issue.net
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue