projects
/
openwrt
/
staging
/
linusw.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
17003bb
)
mdadm: move init before fstab init runs
author
Joe Hohertz
<jhohertz@gmail.com>
Thu, 15 Jan 2026 19:36:41 +0000
(14:36 -0500)
committer
Hauke 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
patch
|
blob
|
history
diff --git
a/package/utils/mdadm/files/mdadm.init
b/package/utils/mdadm/files/mdadm.init
index 64a50b35de27d7ddf63bb82808b1a0c2892404e5..72c05cd9f7d71855ca237d746cf95c8c62686ba8 100644
(file)
--- a/
package/utils/mdadm/files/mdadm.init
+++ b/
package/utils/mdadm/files/mdadm.init
@@
-1,6
+1,6
@@
#!/bin/sh /etc/rc.common
-START=1
3
+START=1
0
STOP=98
USE_PROCD=1