]> git.ipfire.org Git - thirdparty/openwrt.git/commitdiff
mdadm: move init before fstab init runs 21553/head
authorJoe Hohertz <jhohertz@gmail.com>
Thu, 15 Jan 2026 19:36:41 +0000 (14:36 -0500)
committerHauke Mehrtens <hauke@hauke-m.de>
Tue, 27 Jan 2026 00:45:10 +0000 (01:45 +0100)
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>
package/utils/mdadm/files/mdadm.init

index 64a50b35de27d7ddf63bb82808b1a0c2892404e5..72c05cd9f7d71855ca237d746cf95c8c62686ba8 100644 (file)
@@ -1,6 +1,6 @@
 #!/bin/sh /etc/rc.common
 
-START=13
+START=10
 STOP=98
 
 USE_PROCD=1