diff options
author | Lennart Poettering <lennart@poettering.net> | 2010-08-18 01:04:51 +0200 |
---|---|---|
committer | Lennart Poettering <lennart@poettering.net> | 2010-08-18 01:04:51 +0200 |
commit | 2dc11f99480fb0b05fda4f56690fe9365db9f2e8 (patch) | |
tree | 12c4e877ff3620c74c953e6d94172092a25736a9 | |
parent | 4252a5b66d76681bb5fa3b8a3175f9c0d820b0e8 (diff) |
udev: dm has been fixed in the meantime
-rw-r--r-- | src/99-systemd.rules | 4 |
1 files changed, 0 insertions, 4 deletions
diff --git a/src/99-systemd.rules b/src/99-systemd.rules index 3f48d68ba2..634bb9a101 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 |