fix(udev-rules): add btrfs udev rules by default

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: https://github.com/systemd/systemd/pull/18802

Fixes: https://github.com/dracutdevs/dracut/issues/947
master
Harald Hoyer 2021-02-25 14:13:00 +01:00 committed by Harald Hoyer
parent d4caa86aba
commit 567c455753
1 changed files with 1 additions and 0 deletions

View File

@ -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 \