chiark / gitweb /
log: als turn on debug logging in non-PID1 if /proc/cmdline contains "debug"
[elogind.git] / rules / 64-btrfs.rules
1 # do not edit this file, it will be overwritten on update
2
3 SUBSYSTEM!="block", GOTO="btrfs_end"
4 ACTION=="remove", GOTO="btrfs_end"
5 ENV{ID_FS_TYPE}!="btrfs", GOTO="btrfs_end"
6
7 # let the kernel know about this btrfs filesystem, and check if it is complete
8 IMPORT{builtin}="btrfs ready $devnode"
9
10 # mark the device as not ready to be used by the system
11 ENV{ID_BTRFS_READY}=="0", ENV{SYSTEMD_READY}="0"
12
13 LABEL="btrfs_end"