SensorsIot / IOTstack

Docker stack for getting started on IOT on the Raspberry PI
GNU General Public License v3.0
1.42k stars 303 forks source link

2024-04-24 install script - master branch #768

Closed Paraphraser closed 2 months ago

Paraphraser commented 2 months ago

The installer script checks for /boot/cmdline.txt, assumes its presence implies the Raspberry Pi and proceeds to add options to it (to support docker stats). With Bookworm, /boot/cmdline.txt is a read-me and the actual boot options file is at /boot/firmware/cmdline.txt.

This mod checks for the latter first, then falls back to checking for the former.