The minbase cannot be chosen
when additional keys are defined by key-file because
GPG is not installed when debootstrap --second-stage is initiated.
--include=gpg2 should be added to debootstrap line.
Same if you need to use repositories that need apt-transport-https.
Than this also needs to be installed during debootstrap.
Currently there is no option for specifiing that. We plan to implement
sth. like a debootstrap-pkg-list and extend 'elbe validate' by some heuristics
to check if minbase and a key is given 'gpg' is in the debootstrap-pkg-list.
Same if you need to use repositories that need apt-transport-https.
Than this also needs to be installed during debootstrap.
Currently there is no option for specifiing that. We plan to implement
sth. like a debootstrap-pkg-list and extend 'elbe validate' by some heuristics
to check if minbase and a key is given 'gpg' is in the debootstrap-pkg-list.