I'm running Scientific Linux 6.
I have 2 filesystems in /etc/crypttab.
lvol0 UUID=xxxxxxx none (or key-file)
lvol1 UUID=yyyyyy none (or key-file)
Good news is when both point to a key-file, both get decrypted, and then are mounted via /etc/fstab. I believe it really works because if I alter the key-file, the lvols don't open and the filesystems don't mount.
Bad news is when both lines has the "none" option to ask for a passphrase, only the first filesystem listed asks for the passphrase during bootup. I can switch the lines, so it's not filessystem dependent, just only the first listed asks for a passphrase. Both filesystems do get mounted, so I assume the second one listed also gets decrypted.
Anyone seeing this?