From: Lennart Poettering Date: Tue, 17 Aug 2010 23:04:51 +0000 (+0200) Subject: udev: dm has been fixed in the meantime X-Git-Tag: v8~44 X-Git-Url: https://www.chiark.greenend.org.uk/ucgi/~ianmdlvl/git?p=elogind.git;a=commitdiff_plain;h=2dc11f99480fb0b05fda4f56690fe9365db9f2e8 udev: dm has been fixed in the meantime --- diff --git a/src/99-systemd.rules b/src/99-systemd.rules index 3f48d68ba..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