11 lines
204 B
Plaintext
11 lines
204 B
Plaintext
|
# Re-mount the root filesystem read/write.
|
||
|
|
||
|
type = scripted
|
||
|
command = /bin/mount -n -o remount,rw /
|
||
|
restart = false
|
||
|
options = starts-rwfs
|
||
|
logfile = /run/rootrw.log
|
||
|
|
||
|
depends-on = udevd
|
||
|
waits-for = hwclock
|