After all, we know what $PATH is. --- modules.d/90crypt/cryptroot-ask.sh | 2 +- 1 files changed, 1 insertions(+), 1 deletions(-) diff --git a/modules.d/90crypt/cryptroot-ask.sh b/modules.d/90crypt/cryptroot-ask.sh index 7872d64..0eadeeb 100755 --- a/modules.d/90crypt/cryptroot-ask.sh +++ b/modules.d/90crypt/cryptroot-ask.sh @@ -28,7 +28,7 @@ if [ $ask -gt 0 ]; then # flock against other interactive activities { flock -s 9; echo -n "$1 is password protected " - /sbin/cryptsetup luksOpen -T1 $1 $2 + cryptsetup luksOpen -T1 $1 $2 } 9>/.console.lock fi -- 1.6.4.4 -- To unsubscribe from this list: send the line "unsubscribe initramfs" in the body of a message to majordomo@xxxxxxxxxxxxxxx More majordomo info at http://vger.kernel.org/majordomo-info.html