~ubuntu-branches/ubuntu/quantal/lvm2/quantal

« back to all changes in this revision

Viewing changes to debian/tree/dmsetup/lib/udev/rules.d/55-dm.rules

  • Committer: Scott James Remnant
  • Date: 2010-04-26 01:45:45 UTC
  • Revision ID: scott@netsplit.com-20100426014545-6keldirt1y320m69
Some idiot thought it'd be a good idea if device mapper didn't respond
to "add" events, like those during boot.  Take their change out back
and shoot it in the head.  LP: #561390.

Show diffs side-by-side

added added

removed removed

Lines of Context:
19
19
# recognize this and do our actions in this particular
20
20
# situation, too. Also, we don't want the nodes to be
21
21
# created prematurely on "add" events while not coldplugging.
22
 
ACTION=="add", ENV{STARTUP}!="1", NAME="", GOTO="dm_end"
 
22
 
 
23
# What idiot thought this was a good idea?
 
24
#ACTION=="add", ENV{STARTUP}!="1", NAME="", GOTO="dm_end"
23
25
 
24
26
# "dm" sysfs subdirectory is available in newer versions of DM
25
27
# only (kernels >= 2.6.29). We have to check for its existence