From: Lennart Poettering Date: Tue, 13 Jul 2010 00:40:08 +0000 (+0200) Subject: udev: ignore dynamic ram/loop block devices X-Git-Tag: v3~11 X-Git-Url: http://www.chiark.greenend.org.uk/ucgi/~ianmdlvl/git?p=elogind.git;a=commitdiff_plain;h=935e3e5cc7a8e984d54ff7ebd870d50ae47b6aae;hp=70cd22f9737c4f742daa3b46005e40bf1dfc7798 udev: ignore dynamic ram/loop block devices --- diff --git a/src/99-systemd.rules b/src/99-systemd.rules index f7d99157f..ee8deaa5f 100644 --- a/src/99-systemd.rules +++ b/src/99-systemd.rules @@ -10,7 +10,7 @@ ACTION!="add|change", GOTO="systemd_end" KERNEL=="tty[0-9]|tty1[0-2]", 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 merge them here, so that we recognize identical devices.