X-Git-Url: http://www.chiark.greenend.org.uk/ucgi/~ianmdlvl/git?p=elogind.git;a=blobdiff_plain;f=src%2F99-systemd.rules;h=634bb9a10171431888f17d335d6e8e9c29fdc19e;hp=95a91ec174e9b6243d8201305583b64f065b1dd6;hb=d2f316345cfadd07025b1a1770f63804e33c4b50;hpb=2d3b2c0032268a32557cb03a98175b828620a706 diff --git a/src/99-systemd.rules b/src/99-systemd.rules index 95a91ec17..634bb9a10 100644 --- a/src/99-systemd.rules +++ b/src/99-systemd.rules @@ -12,10 +12,6 @@ KERNEL=="ttyS*", 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. -SUBSYSTEM=="block", ENV{DM_NAME}!="", ENV{SYSTEMD_ALIAS}="/dev/mapper/$env{DM_NAME}" - # We need a hardware independent way to identify network devices. We # use the /sys/subsystem path for this. Current vanilla kernels don't # actually support that hierarchy right now, however upcoming kernels