1
0
mirror of https://github.com/systemd/systemd.git synced 2024-11-02 19:21:53 +03:00

udev: ignore dynamic ram/loop block devices

This commit is contained in:
Lennart Poettering 2010-07-13 02:40:08 +02:00
parent 70cd22f973
commit 935e3e5cc7

View File

@ -10,7 +10,7 @@ ACTION!="add|change", GOTO="systemd_end"
KERNEL=="tty[0-9]|tty1[0-2]", TAG="systemd" KERNEL=="tty[0-9]|tty1[0-2]", TAG="systemd"
KERNEL=="ttyS*", TAG="systemd" KERNEL=="ttyS*", TAG="systemd"
SUBSYSTEM=="block", TAG="systemd" SUBSYSTEM=="block", KERNEL!="ram*|loop*", TAG="systemd"
# DM finds it funny to create additional device nodes, we need to # DM finds it funny to create additional device nodes, we need to
merge them here, so that we recognize identical devices. merge them here, so that we recognize identical devices.