> /etc/crypttab

# <target device> <source device> <key file> <options>
root    /dev/mapper/kelev-root none             luks
swap    /dev/hda6  root  keyscript=/lib/cryptsetup/scripts/decrypt_derived
home    /dev/mapper/kelev-home  /etc/keys/home  luks
var     /dev/mapper/kelev-var   /etc/keys/var   luks
varlog  /dev/mapper/kelev-varlog        /etc/keys/varlog        luks
varcache /dev/mapper/kelev-varcache     /etc/keys/varcache      luks
tmp     /dev/mapper/kelev-tmp   /etc/keys/tmp   luks

> /conf/conf.d/cryptroot from the initramfs image,

target=root,source=/dev/mapper/kelev-root,key=none
target=swap,source=/dev/hda6,key=root,keyscript=/keyscripts/decrypt_derived

> Also, as a workaround, try specifying hash=ripemd160 in the relevant
> entry in the /etc/crypttab file and regenerate the initramfs image.

Will try.

Marcus

Attachment: pgpj2saUxmCeu.pgp
Description: PGP signature

Reply via email to