Comment 66 for bug 62751

Revision history for this message
John Leach (johnleach) wrote : one line fix for Edgy

A quick fix I found on Edgy was to change line 294 in /lib/cryptsetup/cryptdisks.functions from:

$CRYPTCMD $PARAMS luksOpen $src $dst <&1

to:

$CRYPTCMD $PARAMS luksOpen $src $dst < /dev/console

Now it jumps to console from splash on boot and asks for password.