Skip to content

Instantly share code, notes, and snippets.

@nicekiwi
Created December 7, 2024 12:02
Show Gist options
  • Save nicekiwi/2d2e3d55f1c8d4a1e266acf03cb4a12d to your computer and use it in GitHub Desktop.
Save nicekiwi/2d2e3d55f1c8d4a1e266acf03cb4a12d to your computer and use it in GitHub Desktop.
Fedora 40: enable bluetooth before decrypting disk, LUKS
#!/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