From 5debb33ef51bb401be405ea443470742819bc93c Mon Sep 17 00:00:00 2001 From: teldra Date: Sun, 9 May 2021 19:16:15 +0200 Subject: [PATCH] fixes --- modules/10-disk/config | 1 + 1 file changed, 1 insertion(+) diff --git a/modules/10-disk/config b/modules/10-disk/config index 6b42827..8dd130e 100644 --- a/modules/10-disk/config +++ b/modules/10-disk/config @@ -7,6 +7,7 @@ declare -A disk=() index=0 for i in $(find /dev/disk/by-id/ -type l -printf "%P\n"|grep -v "part" |tac); do name="$(readlink -f /dev/disk/by-id/"${i}")" + echo $i if [[ ! "${i}" =~ "ata-"* ]]; then continue fi