Bugzilla – Bug 100536
boot.crypto performs wrong check
Last modified: 2007-06-06 17:16:06 UTC
/etc/init.d/boot.crypto as in preview4 performs a 'test -d' on the partition device which contains the cryptfs, which fails. I think the intention is to check for the mount point.
Created attachment 44660 [details] patch against /etc/init.d/boot.crypto Suggested fix
fixed