|
Lines 14-20
ACTION=="add", SUBSYSTEM=="module", KERN
Link Here
|
| 14 |
SUBSYSTEM!="block", GOTO="persistent_storage_end" |
14 |
SUBSYSTEM!="block", GOTO="persistent_storage_end" |
| 15 |
|
15 |
|
| 16 |
# skip rules for inappropriate block devices |
16 |
# skip rules for inappropriate block devices |
| 17 |
KERNEL=="fd*|mtd*|nbd*|gnbd*|btibm*|dm-*|md*", GOTO="persistent_storage_end" |
17 |
KERNEL=="ploop*|fd*|mtd*|nbd*|gnbd*|btibm*|dm-*|md*", GOTO="persistent_storage_end" |
| 18 |
|
18 |
|
| 19 |
# ignore partitions that span the entire disk |
19 |
# ignore partitions that span the entire disk |
| 20 |
TEST=="whole_disk", GOTO="persistent_storage_end" |
20 |
TEST=="whole_disk", GOTO="persistent_storage_end" |