summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorJoe Hohertz2026-01-15 19:36:41 +0000
committerHauke Mehrtens2026-01-27 00:45:10 +0000
commitebf169afa63d8c4323da872335d0b17882456baa (patch)
treeee9aa1c6a381a6a5bbd7d6642b3ba2809041042f
parent17003bb0c56d834d4013083b41f84e421b9dd96a (diff)
downloadopenwrt-ebf169afa63d8c4323da872335d0b17882456baa.tar.gz
mdadm: move init before fstab init runs
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>
-rw-r--r--package/utils/mdadm/files/mdadm.init2
1 files changed, 1 insertions, 1 deletions
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