diff options
author | Kay Sievers <kay.sievers@vrfy.org> | 2010-04-12 16:52:41 +0200 |
---|---|---|
committer | Kay Sievers <kay.sievers@vrfy.org> | 2010-04-12 16:52:41 +0200 |
commit | 4b06c409350d26af5e6ace0f368d01b80d75438e (patch) | |
tree | 10d8291f4e1faf0c008e41c8570297490d45a09d /extras/fstab_import | |
parent | 86dc9133f88e8690aa89ccb5a240ff915b1fb69f (diff) |
replace "add|change" with "!remove"
Diffstat (limited to 'extras/fstab_import')
-rw-r--r-- | extras/fstab_import/79-fstab_import.rules | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/extras/fstab_import/79-fstab_import.rules b/extras/fstab_import/79-fstab_import.rules index 2adfe04c73..2ded7d3d9f 100644 --- a/extras/fstab_import/79-fstab_import.rules +++ b/extras/fstab_import/79-fstab_import.rules @@ -1,2 +1,2 @@ -ACTION=="add|change", SUBSYSTEM=="block", ENV{ID_FS_USAGE}=="filesystem|other", IMPORT="fstab_import $name $links mapper/$env{DM_NAME}" +ACTION!="remove", SUBSYSTEM=="block", ENV{ID_FS_USAGE}=="filesystem|other", IMPORT="fstab_import $name $links mapper/$env{DM_NAME}" |