Comment 87 for bug 62751

Revision history for this message
Floris Bruynooghe (flub) wrote :

Additional issue with crytroot setup in initramfs.

Usplash exits as it should, and the password gets read from console. However the password prompt is never displayed. To solve this I changed line 210 (feisty) from:

$cryptcreate < /dev/console

to

$cryptcreate < /dev/console > /dev/console 2>&1

Hope this is useful