diff --git a/scripts/iiab-diagnostics b/scripts/iiab-diagnostics index 683463218..979d56304 100755 --- a/scripts/iiab-diagnostics +++ b/scripts/iiab-diagnostics @@ -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