@@ -, +, @@ LUKS: always add this module --- a/features/luks/guess/device +++ a/features/luks/guess/device @@ -2,13 +2,6 @@ . guess-functions -[ -d "$SYSFS_PATH$1"/dm ] || - exit 0 - -uuid="$(cat "$SYSFS_PATH$1"/dm/uuid)" - -if [ -z "${uuid##CRYPT-*}" ]; then - guess_feature luks - # We need keyboard to enter password - guess-kbd -fi +guess_feature luks +# We need keyboard to enter password +guess-kbd