mirror of
git://slackware.nl/current.git
synced 2025-01-07 05:25:35 +01:00
8 lines
347 B
Text
8 lines
347 B
Text
|
#!/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.
|