Created
December 7, 2024 12:02
-
-
Save nicekiwi/2d2e3d55f1c8d4a1e266acf03cb4a12d to your computer and use it in GitHub Desktop.
Fedora 40: enable bluetooth before decrypting disk, LUKS
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
#!/bin/bash | |
sudo sh -c "echo 'add_dracutmodules+=\" bluetooth \"' >> /etc/dracut.conf.d/ble.conf" | |
sudo dracut --regenerate-all --force --verbose |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment