main/cryptsetup: support bitlocker in openrc
Currently /etc/init.d/dmcrypt
doesn't correctly handle BitLocker partitions; the cryptsetup isLuks
subcommand fails in this case, even if cryptsetup can open the device.
This patch tests to see whether there is a BitLocker or FileVault2 partition, and sets the --type
flag accordingly.