Comment 31 for bug 62751

Revision history for this message
loko (arph) wrote : Re: Upstart doesn't activate luks volumes in cryptsetup

according to a tip from somebody, i forgot to change the line:

 exec env ON_VT=yes /usr/bin/openvt -f -c `fgconsole` $0 "$@"

to

 exec env ON_VT=yes /usr/bin/openvt -f -c `fgconsole` -w $0 "$@"

Now it works, but in plaintext like some other users posted before.
maybe this can be changed in the near future.