mdadm: move init before fstab init runs
Ensure md volumes are ready before attempting to mount volumes. Signed-off-by: Joe Hohertz <jhohertz@gmail.com> Link: https://github.com/openwrt/openwrt/pull/21553 Signed-off-by: Hauke Mehrtens <hauke@hauke-m.de>
This commit is contained in:
parent
17003bb0c5
commit
ebf169afa6
@ -1,6 +1,6 @@
|
|||||||
#!/bin/sh /etc/rc.common
|
#!/bin/sh /etc/rc.common
|
||||||
|
|
||||||
START=13
|
START=10
|
||||||
STOP=98
|
STOP=98
|
||||||
|
|
||||||
USE_PROCD=1
|
USE_PROCD=1
|
||||||
|
|||||||
Loading…
Reference in New Issue
Block a user