1
0
Fork 0
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:
A Holt 2020-04-08 17:32:58 -04:00 committed by GitHub
parent c95dd02227
commit a0c6de35b6
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -119,7 +119,7 @@ if [ -f /etc/rpi-issue ]; then
echo >> $outfile
echo "SEE https://github.com/RPi-Distro/pi-gen#stage-anatomy" >> $outfile
else
echo "(This is NOT a Raspberry Pi!)" >> $outfile
echo "(This is NOT Raspbian!)" >> $outfile
fi
echo >> $outfile
cat_file /etc/issue.net