summaryrefslogtreecommitdiff
path: root/mdmon.8
diff options
context:
space:
mode:
authorNeilBrown <neilb@suse.de>2010-07-28 17:04:42 +1000
committerNeilBrown <neilb@suse.de>2010-07-28 17:41:35 +1000
commit7f5de63d511c24629231ed5712525d460688e0f8 (patch)
tree4d005bdcc2d3bfc5feb3420f50d3dc5844c72485 /mdmon.8
parent08415c46a867b26743b6b4fc93d5fc6ed027cb07 (diff)
Switch from /lib/init/rw to /dev for early-boot files.
It turns out that /lib/init/rw doesn't exist in early boot like I thought. So give up on that idea and just use /dev/.mdadm/ for files that must persist from early-boot to regular boot. Signed-off-by: NeilBrown <neilb@suse.de>
Diffstat (limited to 'mdmon.8')
-rw-r--r--mdmon.82
1 files changed, 1 insertions, 1 deletions
diff --git a/mdmon.8 b/mdmon.8
index 53dd5d2c..0c24732f 100644
--- a/mdmon.8
+++ b/mdmon.8
@@ -208,7 +208,7 @@ and
.B .sock
file on. The particular filesystem to use is given to mdmon at compile
time and defaults to
-.BR /lib/init/rw .
+.BR /dev/.mdadm .
This filesystem must persist through to the end of the boot sequence.