From e28be47381418cd49f690d0247ad9ecd1794b199 Mon Sep 17 00:00:00 2001 From: Kim Date: Thu, 16 Mar 2017 15:37:09 +0100 Subject: check for raid so it wil be included in "find_livefs" function --- components/9990-main.sh | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) diff --git a/components/9990-main.sh b/components/9990-main.sh index bbf0f10..2468112 100755 --- a/components/9990-main.sh +++ b/components/9990-main.sh @@ -3,7 +3,9 @@ # set -e Live () -{ +{ if [ -x /scripts/local-top/mdadm ]; then + /scripts/local-top/mdadm + fi if [ -x /scripts/local-top/cryptroot ] then /scripts/local-top/cryptroot -- cgit v1.2.3