11 lines
228 B
Text
11 lines
228 B
Text
# 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
|
|
waits-for = rootfscheck
|