At boot (talking about Xubuntu here), I'm already asked for the decryption key for the / mount point (for the OS itself), which is set up with /etc/fstab and /etc/crypttab. The current setup is having a /boot, a LUKS-encrypted /, and a Bitlocker-encrypted Windows partition.
Currently I can mount the bitlockered partition with these lines:
sudo dislocker -vu /dev/sdXY /media/user/windowssudo ntfs-3g /media/user/windows/dislocker-file /media/user/windowsCan I use somehow the crypttab and fstab to unlock a /dev/sdXY device with dislocker, so I'm asked for the key the same way at boot?