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