Yes.
D’ailleurs, dès cette commande, j’ai déjà des dracut[W]: If you need to use bluetooth, please include it explicitly
.
Après un peu de lecture, il semblerait que la config soit :
# cat /etc/dracut.conf.d/ble.conf
omit_dracutmodules+=" bluetooth "
# dracut --regenerate-all --force
Maintenant à voir l’impact au prochain boot. Car j’aime bien avoir mon clavier bluetooth fonctionnel pour déverrouiller mon disque dur, ce qui veut dire très tôt dans la séquence de boot.
Edit : mon clavier ne fonctionne plus pour déverrouiller le boot. Donc pour moi, c’est une régression. Je retire cette ligne.
—
Pour résumer :
Rien : clavier fonctionnel pour déverrouiller mon disque dur, mais 4 warnings.
# cat /etc/dracut.conf.d/ble.conf
# dracut --regenerate-all --force
dracut[W]: If you need to use bluetooth, please include it explicitly.
dracut[W]: If you need to use bluetooth, please include it explicitly.
dracut[W]: If you need to use bluetooth, please include it explicitly.
dracut[W]: If you need to use bluetooth, please include it explicitly.
add_dracutmodules : clavier fonctionnel pour déverrouiller mon disque dur, mais 2 warnings.
# cat /etc/dracut.conf.d/ble.conf
add_dracutmodules+=" bluetooth "
# dracut --regenerate-all --force
dracut[W]: If you need to use bluetooth, please include it explicitly.
dracut[W]: If you need to use bluetooth, please include it explicitly.
omit_dracutmodules : 0 warning , mais clavier non fonctionnel pour déverrouiller mon disque.
# cat /etc/dracut.conf.d/ble.conf
omit_dracutmodules+=" bluetooth "
# dracut --regenerate-all --force