Comment 6 for bug 1451032

Revision history for this message
Martin Pitt (pitti) wrote : Re: [Bug 1451032] Re: keyscript option in crypttab not implemented

GOo [2015-05-04 16:18 -0000]:
> I have three luks partitions in /etc/crypttab ( /, /home/, /var) all
> of them with a keyscript definition. Systemd doesn't unlock /var
> and /home, whereas the root partition gets unlocked without
> problems, so it doesn't seem that the keyscript definition is not
> implemented.

Explanation: The root partition is unlocked in initramfs with
cryptsetup's own scripts. The others are unlocked in the running
system, with systemd's implementation which is lacking support for
keyscript.