diff --git a/scripts/iiab-diagnostics b/scripts/iiab-diagnostics index 586c7efcd..a82d40c22 100755 --- a/scripts/iiab-diagnostics +++ b/scripts/iiab-diagnostics @@ -113,6 +113,7 @@ echo >> $outfile echo "iiab commit: $HASH1" >> $outfile echo "iiab-admin-console commit: $HASH2" >> $outfile echo >> $outfile +cat_file /etc/iiab/pr-list-pulled cat_file /sys/firmware/devicetree/base/model cat_file /etc/rpi-issue echo "-IIAB-EXPLANATION-OF-THE-ABOVE-------------------------------------------------" >> $outfile diff --git a/scripts/iiab-diagnostics.README.md b/scripts/iiab-diagnostics.README.md index ceca460a7..4ff21d22a 100644 --- a/scripts/iiab-diagnostics.README.md +++ b/scripts/iiab-diagnostics.README.md @@ -62,4 +62,4 @@ But first off, the file is compiled by harvesting 1 + 6 kinds of things: ## Source Code -Please look over the bottom of [iiab-diagnostics](iiab-diagnostics) (lines 105-219 especially) to learn more about which common IIAB files and commands make this rapid troubleshooting possible. +Please look over the bottom of [iiab-diagnostics](iiab-diagnostics) (lines 105-220 especially) to learn more about which common IIAB files and commands make this rapid troubleshooting possible.