a slightly more smart mount and udev using /bin/udevd. If you have systemd-udevd, link it there instead of changing the script
This commit is contained in:
@@ -3,7 +3,10 @@
|
||||
depends miscfs
|
||||
|
||||
service_type='oneshot'
|
||||
service_command='/bin/mount'
|
||||
service_args='-a'
|
||||
|
||||
start() {
|
||||
[[ -w / ]] || { mount -o remount,rw /; }
|
||||
mount -a
|
||||
}
|
||||
|
||||
unset stop
|
||||
|
Reference in New Issue
Block a user