[openwrt/openwrt] mdadm: move init before fstab init runs
LEDE Commits
lede-commits at lists.infradead.org
Mon Jan 26 16:45:51 PST 2026
hauke pushed a commit to openwrt/openwrt.git, branch main:
https://git.openwrt.org/ebf169afa63d8c4323da872335d0b17882456baa
commit ebf169afa63d8c4323da872335d0b17882456baa
Author: Joe Hohertz <jhohertz at gmail.com>
AuthorDate: Thu Jan 15 14:36:41 2026 -0500
mdadm: move init before fstab init runs
Ensure md volumes are ready before attempting to mount volumes.
Signed-off-by: Joe Hohertz <jhohertz at gmail.com>
Link: https://github.com/openwrt/openwrt/pull/21553
Signed-off-by: Hauke Mehrtens <hauke at hauke-m.de>
---
package/utils/mdadm/files/mdadm.init | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/package/utils/mdadm/files/mdadm.init b/package/utils/mdadm/files/mdadm.init
index 64a50b35de..72c05cd9f7 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
More information about the lede-commits
mailing list