You are not logged in.
Pages: 1
When using
cryptkey=device:fstype:pathkernel parameter for unlocking the encrypted disk with a key on USB stick, there is a default timeout of 10s. Is there a way to change this timeout? I'd like to configure this to only check if USB disk is present then fallback to password right away. Thanks.
Last edited by marko154 (2023-03-10 06:25:47)
Offline
The rootdelay parameter, see https://man.archlinux.org/man/mkinitcpi … NVIRONMENT, is also used for the device specified in cryptkey: https://github.com/archlinux/svntogit-p … ncrypt#L16 (resolve_device doesn't actually use this second parameter, but it also uses rootdelay: https://github.com/archlinux/mkinitcpio … tions#L366 )
Offline
Thanks. I'll try that.
Offline
Pages: 1