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:
commit
3063d602ec
1 changed files with 4 additions and 4 deletions
|
@ -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
|
||||
|
|
Loading…
Reference in a new issue