You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
I think something in our installer script is resolving the symlink in its input stream, but then inadvertently outputting as if it were a file. We should probably detect /boot/firmware/config.txt and write there directly, with a fallback to /boot/config.txt if it doesn't exist.
The text was updated successfully, but these errors were encountered:
Noticed here https://forums.raspberrypi.com/viewtopic.php?t=357956
And I also ran into this.
I think something in our installer script is resolving the symlink in its input stream, but then inadvertently outputting as if it were a file. We should probably detect
/boot/firmware/config.txt
and write there directly, with a fallback to/boot/config.txt
if it doesn't exist.The text was updated successfully, but these errors were encountered: