> diff --git a/storage/__init__.py b/storage/__init__.py > index 0a9dad0..34ea0a5 100644 > --- a/storage/__init__.py > +++ b/storage/__init__.py > @@ -71,7 +71,7 @@ def storageInitialize(anaconda): > open("/dev/.in_sysinit", "w") > > # XXX I don't understand why I have to do this > - udev_trigger(subsystem="block") > + udev_trigger(subsystem="block", attr_nomatch="dm/name") > > # Set up the protected partitions list now. > if os.path.exists("/dev/live") and \ > @@ -517,7 +517,7 @@ class Storage(object): > """ > # When a usb is connected from before the start of the installation, > # it is not correctly detected. > - udev_trigger(subsystem="block") > + udev_trigger(subsystem="block", attr_nomatch="dm/name") > self.reset() > > dests = [] Will we want to leave this in after device-mapper gets fixed? - Chris _______________________________________________ Anaconda-devel-list mailing list Anaconda-devel-list@xxxxxxxxxx https://www.redhat.com/mailman/listinfo/anaconda-devel-list