aboutsummaryrefslogtreecommitdiffstats
path: root/rc.d/rcS.d/160-mdraid.sh
diff options
context:
space:
mode:
Diffstat (limited to 'rc.d/rcS.d/160-mdraid.sh')
-rwxr-xr-xrc.d/rcS.d/160-mdraid.sh4
1 files changed, 0 insertions, 4 deletions
diff --git a/rc.d/rcS.d/160-mdraid.sh b/rc.d/rcS.d/160-mdraid.sh
deleted file mode 100755
index 1a0b065e..00000000
--- a/rc.d/rcS.d/160-mdraid.sh
+++ /dev/null
@@ -1,4 +0,0 @@
-#!/bin/sh
-# Start any MD RAID arrays that haven't been started yet
-[ -r /proc/mdstat -a -r /dev/md/md-device-map ] && /sbin/mdadm -IRs
-: