64-btrfs.rules 418 B

12345678910111213
  1. # do not edit this file, it will be overwritten on update
  2. SUBSYSTEM!="block", GOTO="btrfs_end"
  3. ACTION=="remove", GOTO="btrfs_end"
  4. ENV{ID_FS_TYPE}!="btrfs", GOTO="btrfs_end"
  5. # let the kernel know about this btrfs filesystem, and check if it is complete
  6. IMPORT{builtin}="btrfs ready $devnode"
  7. # mark the device as not ready to be used by the system
  8. ENV{ID_BTRFS_READY}=="0", ENV{SYSTEMD_READY}="0"
  9. LABEL="btrfs_end"