On Wed, 2020-01-22 at 22:53 +0100, Guilhem Moulin wrote: > Did you source /usr/share/bash-completion/completions/cryptdisks?
Well not manually... I do have if ! shopt -oq posix; then if [ -f /usr/share/bash-completion/bash_completion ]; then . /usr/share/bash-completion/bash_completion elif [ -f /etc/bash_completion ]; then . /etc/bash_completion fi fi in .bashrc, and that's enough for all other completions... e.g. the one for cryptsetup work (more or less). > Is > the TABFILE environment variable set to something else than your > normal > crypttab(5)? It's unset. Thanks, Chris.