1
0
Fork 0
mirror of https://github.com/iiab/iiab.git synced 2025-02-13 03:32:12 +00:00

Merge pull request #2485 from holta/iiab-diagnostics-verbiage

iiab-diagnostics: relabel Raspbian as "Raspberry Pi OS"
This commit is contained in:
A Holt 2020-08-22 09:11:44 -04:00 committed by GitHub
commit 3063d602ec
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -119,13 +119,13 @@ cat_file /etc/rpi-issue
echo "-IIAB-EXPLANATION-OF-THE-ABOVE-------------------------------------------------" >> $outfile
echo >> $outfile
if [ -f /etc/rpi-issue ]; then
echo "stage2 = Raspbian Lite" >> $outfile
echo "stage4 = Raspbian With Desktop" >> $outfile
echo "stage5 = Raspbian With Desktop + Recommended Software" >> $outfile
echo "stage2 = Raspberry Pi OS Lite" >> $outfile
echo "stage4 = Raspberry Pi OS with desktop" >> $outfile
echo "stage5 = Raspberry Pi OS with desktop + recommended software" >> $outfile
echo >> $outfile
echo "SEE https://github.com/RPi-Distro/pi-gen#stage-anatomy" >> $outfile
else
echo "(This is NOT Raspbian!)" >> $outfile
echo "(This is NOT Raspberry Pi OS!)" >> $outfile
fi
echo >> $outfile
cat_file /etc/issue.net