Hi, I'm running Raspbian Wheezy and since this morning, it seems several specific files are being reset to their previous states after rebooting.
/etc/rc.local for example has a python script set to run after login, and after changing to a newer script version with a different name it goes back to the previous version after reboot.
Saving scripts to /home/pi works for the current session, but they are also reset after rebooting.
The known problem with config.txt is not relevant. Config.txt can be saved.
Just now, I managed to edit a few lines of code, "GPIO.output(..." which was saved, but a different line "print('..." wasn't...