root-rw service fails because "Read only file system"
As the title the root-rw service fails for me.
It thought it weird because mount -o remount,rw /
when run manually works perfectly fine.
Then I commented the logfile = /var/log/dinit/rootrw.log
in the service file and now it works.
So it seems it's trying to make a log file before the root is mounted rw. This is so strange, how can I be the first person with this issue?