Closed jedahan closed 10 months ago
Also the Tool 'raspi-config' not found
is a little bit of a misleading error - raspi-config was found, and ran, but errors out.
Adding another check for lsb_release or something else might be best. Or just making it a non-fatal error if it isn't already.
You are right and I always forget to fix this line of code....
The error is non-lethal as you can see on the yellow [SKIPPED]
message. So don't worry, everything should work without problems.
What happened
raspi-config removed do_memory_split (not sure exactly when, but likely when bookworm was released).
During the install, it failed with the following error
I am worried the install is now only partially working.
What did you expect to happen
To only run
raspi-config do_memory_split
when on older versions of raspberry pi OSHow to reproduce
On a fresh version of the latest raspberry pi os:
Additional information
No response