chiark / gitweb /
udev: dm has been fixed in the meantime
authorLennart Poettering <lennart@poettering.net>
Tue, 17 Aug 2010 23:04:51 +0000 (01:04 +0200)
committerLennart Poettering <lennart@poettering.net>
Tue, 17 Aug 2010 23:04:51 +0000 (01:04 +0200)
src/99-systemd.rules

index 3f48d68ba25dffd656131080686243f11fd95b8f..634bb9a10171431888f17d335d6e8e9c29fdc19e 100644 (file)
@@ -12,10 +12,6 @@ KERNEL=="ttyS*", TAG="systemd"
 
 SUBSYSTEM=="block", KERNEL!="ram*|loop*", 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
 # 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