mirror of
https://git.openwrt.org/openwrt/openwrt.git
synced 2026-01-27 19:07:22 +01:00
mdadm: move init before fstab init runs
Some checks are pending
Build all core packages / Build all core packages for selected target (push) Waiting to run
Some checks are pending
Build all core packages / Build all core packages for selected target (push) Waiting to run
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 changed files with 1 additions and 1 deletions
|
|
@ -1,6 +1,6 @@
|
|||
#!/bin/sh /etc/rc.common
|
||||
|
||||
START=13
|
||||
START=10
|
||||
STOP=98
|
||||
|
||||
USE_PROCD=1
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue