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

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:
Joe Hohertz 2026-01-15 14:36:41 -05:00 committed by Hauke Mehrtens
parent 17003bb0c5
commit ebf169afa6

View file

@ -1,6 +1,6 @@
#!/bin/sh /etc/rc.common
START=13
START=10
STOP=98
USE_PROCD=1