Hello Christian,
this patch against
/lib/cryptsetup/cryptdisks.functions
 fix the bug:

458,462d457
<       # Ignore noauto devices
<       if [ "$IGNORE" = "yes" ]; then
<               device_msg "$dst" "ignored"
<               continue
<       fi
502a498,503
>       
>       # Ignore noauto devices
>       if [ "$IGNORE" = "yes" ]; then
>               device_msg "$dst" "ignored"
>               continue
>       fi


The ignore check is at the moment before the options are parsed.
After moving the check down everything works for me

greetings

wof

Attachment: signature.asc
Description: This is a digitally signed message part.

Reply via email to