nicokaiser / rpi-audio-receiver

Raspberry Pi Audio Receiver with Bluetooth A2DP, AirPlay 2, and Spotify Connect
MIT License
1.37k stars 148 forks source link

feature-proposal: reuse raspi-config overlay fs to protect SD from corruption during hard poweroff #85

Closed rriemann closed 2 years ago

rriemann commented 3 years ago

Dear all,

I just read about one option in raspi-config: Performance Option P3 Overlay File System (Enable/Disable read-only file system)

Wouldn't this be more convenient than the permanent switch of enable-read-only.sh?

nicokaiser commented 3 years ago

Nice catch! I did not know that raspi-config added this option! I'll try what it does exactly, but I guess you are right, this might be a better option than using an own script (which also only works on Raspberry Pi OS).

nicokaiser commented 2 years ago

The old read-only script was removed now, raspi-config should be used for read-only mode.