Skip to content

Commit

Permalink
fix(udev-rules): add btrfs udev rules by default
Browse files Browse the repository at this point in the history
Install `64-btrfs.rules` unconditionally to mark btrfs devices ready or
not.

In case no `btrfs` kernel module is available in the initramfs, the
device should not be ready.

Depends on: systemd/systemd#18802

Fixes: #947
  • Loading branch information
haraldh committed Mar 13, 2021
1 parent d4caa86 commit 567c455
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions modules.d/95udev-rules/module-setup.sh
Original file line number Diff line number Diff line change
Expand Up @@ -38,6 +38,7 @@ install() {
60-pcmcia.rules \
60-persistent-storage.rules \
61-persistent-storage-edd.rules \
64-btrfs.rules \
70-uaccess.rules \
71-seat.rules \
73-seat-late.rules \
Expand Down

0 comments on commit 567c455

Please sign in to comment.