summaryrefslogtreecommitdiffstats
path: root/source/a/mkinitrd/_initrd-tree/sbin/mdadm
diff options
context:
space:
mode:
Diffstat (limited to 'source/a/mkinitrd/_initrd-tree/sbin/mdadm')
-rwxr-xr-xsource/a/mkinitrd/_initrd-tree/sbin/mdadm7
1 files changed, 7 insertions, 0 deletions
diff --git a/source/a/mkinitrd/_initrd-tree/sbin/mdadm b/source/a/mkinitrd/_initrd-tree/sbin/mdadm
new file mode 100755
index 000000000..9a9ef9833
--- /dev/null
+++ b/source/a/mkinitrd/_initrd-tree/sbin/mdadm
@@ -0,0 +1,7 @@
+#!/bin/ash
+# Null script, used to prevent error message spew in cases where the system
+# has RAID volumes, but the real mdadm is not included on the initrd because
+# the root partition is not RAID.
+#
+# If RAID support is desired on the initrd, please rebuild it using the -R
+# option and this script will be replaced with the actual mdadm binary.