volumio / volumio3-os

GNU General Public License v2.0
53 stars 38 forks source link

Aligning pi-uuid with debugger options #169

Closed foonerd closed 3 months ago

foonerd commented 3 months ago

Debugger function switch quiet in cmdline.txt missing.

Darmur commented 3 months ago

we have now a different declaration for gpu_mem in the standard pi recipe, the amount is based on the available RAM

please align with the latest recipe on the master branch

foonerd commented 3 months ago

Please check if further changes are needed.

Darmur commented 3 months ago

include userconfig.txt must be declared only on config.txt

please remove the declaration from volumioconfig.txt

please refer to the pi.sh recipe from master branch as a reference for the content of config.txt and volumioconfig.txt the only changes must be the ones required for nvme on Pi5, the rest must be identical

foonerd commented 3 months ago

Remove userconfig reference from volumioconfig file.

Darmur commented 3 months ago

now it's OK

foonerd commented 3 months ago

Thank you for checking, I will mark this pi-uuid as master template until pi changes.