This repository has been archived on 2024-11-03. You can view files and clone it, but cannot push or open issues or pull requests.
|
# 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
|