From a0c6de35b61771eccc67bfaaaa0ae419ee9c4151 Mon Sep 17 00:00:00 2001 From: A Holt Date: Wed, 8 Apr 2020 17:32:58 -0400 Subject: [PATCH] /etc/rpi-issue seems to indicate Raspbian (not RPi HW) --- scripts/iiab-diagnostics | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/scripts/iiab-diagnostics b/scripts/iiab-diagnostics index 486dbfda7..69c2c7f42 100755 --- a/scripts/iiab-diagnostics +++ b/scripts/iiab-diagnostics @@ -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