1
0
mirror of https://github.com/systemd/systemd.git synced 2025-02-03 17:47:28 +03:00

edd_id: add "change" event match

This commit is contained in:
Kay Sievers 2008-10-30 16:41:27 +01:00
parent 87fb336f39
commit 11ddcbf7b4

View File

@ -1,6 +1,6 @@
# do not edit this file, it will be overwritten on update # do not edit this file, it will be overwritten on update
ACTION!="add", GOTO="persistent_storage_edd_end" ACTION!="add|change", GOTO="persistent_storage_edd_end"
SUBSYSTEM!="block", GOTO="persistent_storage_edd_end" SUBSYSTEM!="block", GOTO="persistent_storage_edd_end"
KERNEL!="sd*|hd*", GOTO="persistent_storage_edd_end" KERNEL!="sd*|hd*", GOTO="persistent_storage_edd_end"