I have a device I've encrypted with luks1 and I decrypt it with a script in init.d. (Centos 6, no keyscript in crypttab). Its a raid disk, with the encryption under the raid, but I don't think that matters.
The lsblk looks like:
sda 8:0 0 238.5G 0 disk
└─md127 9:127 0 476.7G 0 raid0
└─luksmap1 (dm-15) 253:15 0 476.7G 0 crypt /data11
sdb 8:16 0 238.5G 0 disk
└─md127 9:127 0 476.7G 0 raid0
└─luksmap1 (dm-15) 253:15 0 476.7G 0 crypt /data1
The problem is that dracut finds it during boot and asks for a password. I need to be able reboot this without being physically present.
It's set to noauto in fstab. I've told dracut not to load /etc/mdadm.conf. cryptab is empty.
How do I tell dracut not to look for ask for the password? Or timeout after waiting a bit? Or just keep going if there's no keyboard present?