Comment 26 for bug 508848

Revision history for this message
Stefan Fleiter (stefan-fleiter) wrote : Re: does not mount decrypted secondary luks crypttab partions

Enabling of bootlogd is probably needed because /var is on a separate partition
I have to mount with "mount -a". Therefore no filesystem event is triggered for /var.

# ls -al /etc/init/cryptdisks-udev.conf
-rw-r--r-- 1 root root 435 2010-02-20 07:28 /etc/init/cryptdisks-udev.conf

# ls -al /lib/cryptsetup/cryptdisks.functions
-rw-r--r-- 1 root root 16457 2010-02-24 21:48 /lib/cryptsetup/cryptdisks.functions

cryptdisks-udev starts on "block-device-added" event.
What triggers that event?
It's not mentioned in /var/log/boot.log.