morrolinux / mpradio

Morrolinux's Pirate radio (PiFmRDS / PiFmAdv implementation with Bluetooth and mp3 support) - Stream music to your car's FM radio or use it as a Bluetooth speaker via headphone jack
GNU General Public License v3.0
107 stars 17 forks source link

Turn off read only on 1.1 image? #57

Closed Jesse27 closed 5 years ago

Jesse27 commented 5 years ago

Hi, how do I turn off read only on 1.1 image?

I tried the roswitch.sh command in the readme but it says no such file or directory.

morrolinux commented 5 years ago

You're probably doing it wrong. Have you moved to utilty/ first?

Jesse27 commented 5 years ago

yes I did, I found another way of doing it, by using the command:

mount -o remount,rw /

morrolinux commented 5 years ago

Yeah that was more or less the content of the script we were talking about :)

DavidM42 commented 5 years ago

A nice addition for future images/setups would be a simple alias in .bashrc to have shortcuts to do this.

morrolinux commented 5 years ago

yeah! How come I haven't thought about it before