diff options
Diffstat (limited to 'rc.d')
-rw-r--r-- | rc.d/init.d/functions | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/rc.d/init.d/functions b/rc.d/init.d/functions index 4d02742f..6f989ba4 100644 --- a/rc.d/init.d/functions +++ b/rc.d/init.d/functions @@ -958,7 +958,7 @@ init_crypto() { [ -n "$mount_point" ] || mount_point=${src##*/} prompt=$(printf $"%s is password protected" "$mount_point") if [ "$splash_rc" = yes ] && [ -d /usr/share/plymouth ]; then - plymouth ask-for-password --prompt "$prompt" --command="/sbin/cryptsetup luksOpen -T1 $src $dst" <&1 + plymouth ask-for-password --prompt "$prompt" --command="/sbin/cryptsetup luksOpen -T1 $src $dst" --number-of-tries=3 <&1 rc=$? else # stop splash to ask for password |