From: Joe Hohertz Date: Thu, 15 Jan 2026 19:36:41 +0000 (-0500) Subject: mdadm: move init before fstab init runs X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=refs%2Fpull%2F21553%2Fhead;p=thirdparty%2Fopenwrt.git mdadm: move init before fstab init runs Ensure md volumes are ready before attempting to mount volumes. Signed-off-by: Joe Hohertz Link: https://github.com/openwrt/openwrt/pull/21553 Signed-off-by: Hauke Mehrtens --- diff --git a/package/utils/mdadm/files/mdadm.init b/package/utils/mdadm/files/mdadm.init index 64a50b35de2..72c05cd9f7d 100644 --- a/package/utils/mdadm/files/mdadm.init +++ b/package/utils/mdadm/files/mdadm.init @@ -1,6 +1,6 @@ #!/bin/sh /etc/rc.common -START=13 +START=10 STOP=98 USE_PROCD=1