Just look for cryptroot instead of /sbin/cryptroot
authorVictor Lowther <victor.lowther@gmail.com>
Wed, 2 Jun 2010 12:07:55 +0000 (07:07 -0500)
committerHarald Hoyer <harald@redhat.com>
Wed, 9 Jun 2010 08:46:38 +0000 (10:46 +0200)
We know what the path is and what it contains in the initrd, and
not everyone puts cryptroot in /sbin

modules.d/90crypt/cryptroot-ask.sh

index 13487c8..2f39667 100755 (executable)
@@ -68,7 +68,7 @@ if [ $ask -gt 0 ]; then
     # flock against other interactive activities
     { flock -s 9; 
        echo -n "$device ($luksname) is password protected"
-       /sbin/cryptsetup luksOpen -T1 $1 $luksname 
+       cryptsetup luksOpen -T1 $1 $luksname 
     } 9>/.console.lock
 fi