hifiberry / hifiberry-dsp

DSP toolkit
MIT License
140 stars 36 forks source link

install-dsptoolkit: last command fails: Operation not permitted #16

Closed PauLL54 closed 4 years ago

PauLL54 commented 4 years ago

install-dsptoolkit fails with message: mv: failed to preserve ownership for '/boot/config.txt': Operation not permitted

The last line is: sudo mv /tmp/config.txt /boot/config.txt

hifiberry commented 4 years ago

It doesn't fail. It simply can't set permissions as a FAT file system doesn't support these. That's fine.

PauLL54 commented 4 years ago

It would be nice if the script would show a message that you can ignore this error. If I see a message like this, I am very alarmed. A friend of mine also spend some time on this issue.