summaryrefslogtreecommitdiffstats
path: root/storage/__init__.py
diff options
context:
space:
mode:
authorJoel Granados Moreno <jgranado@redhat.com>2009-05-27 15:34:39 +0200
committerJoel Granados Moreno <jgranado@redhat.com>2009-05-27 15:36:20 +0200
commitc4fe97cde2df3e2ae857695ef7ddf4b481d6ddb0 (patch)
treec84795f3b52275b3bcca57610668ed8ca9c796a4 /storage/__init__.py
parent435da59b048c46d24311b84c60e6a4e8d5f357d3 (diff)
downloadanaconda-c4fe97cde2df3e2ae857695ef7ddf4b481d6ddb0.tar.gz
anaconda-c4fe97cde2df3e2ae857695ef7ddf4b481d6ddb0.tar.xz
anaconda-c4fe97cde2df3e2ae857695ef7ddf4b481d6ddb0.zip
Make sure that the devices are correctly detected (#491700)
Diffstat (limited to 'storage/__init__.py')
-rw-r--r--storage/__init__.py3
1 files changed, 3 insertions, 0 deletions
diff --git a/storage/__init__.py b/storage/__init__.py
index f2afb07a9..7952645ab 100644
--- a/storage/__init__.py
+++ b/storage/__init__.py
@@ -467,6 +467,9 @@ class Storage(object):
available for the purpose of storing the exception
report.
"""
+ # When a usb is connected from before the start of the installation,
+ # it is not correctly detected.
+ udev.udev_trigger()
self.reset()
dests = []