9990-misc-helpers.sh: fix RAID detection for findiso.
authorMihai Moldovan <ionic@ionic.de>
Wed, 24 Mar 2021 11:31:29 +0000 (12:31 +0100)
committerMihai Moldovan <ionic@ionic.de>
Thu, 25 Mar 2021 05:20:12 +0000 (06:20 +0100)
commita70800ee4b64f8566344587935642d55feb51777
treee8b5beb7f145ca280a8a22178d201139c9213523
parent02de2251ebf5a2318aaed954b1de6929e2981ebb
9990-misc-helpers.sh: fix RAID detection for findiso.

The local-top mdadm script was replaced with:
  1.) systemd integration
  2.) a local-block mdadm script for initramfs-tools-based setups
in Debian stretch, so this part was broken ever since.

Use the "new" local-block mdadm script instead.

This one won't allow us to select a specific device to assemble, so just
let it start all of them and hope for the best.

Closes: https://github.com/grml/grml/issues/125
components/9990-misc-helpers.sh