summaryrefslogtreecommitdiffstats
path: root/anaconda
diff options
context:
space:
mode:
authorChris Lumens <clumens@redhat.com>2009-08-03 13:59:48 -0400
committerChris Lumens <clumens@redhat.com>2009-08-04 10:41:16 -0400
commit7957c749d80d45b1e3375ffe1b4e172d37241a10 (patch)
tree79d7198fce70f26230fa02c0ddf63b58dfb41d50 /anaconda
parent4b954d1232992b33b7491a89689737842fe926c2 (diff)
downloadanaconda-7957c749d80d45b1e3375ffe1b4e172d37241a10.tar.gz
anaconda-7957c749d80d45b1e3375ffe1b4e172d37241a10.tar.xz
anaconda-7957c749d80d45b1e3375ffe1b4e172d37241a10.zip
The names of a couple basic udev methods has changed.
Diffstat (limited to 'anaconda')
-rwxr-xr-xanaconda2
1 files changed, 1 insertions, 1 deletions
diff --git a/anaconda b/anaconda
index e7c4b7a8e..705edca24 100755
--- a/anaconda
+++ b/anaconda
@@ -562,7 +562,7 @@ if __name__ == "__main__":
# automatically, I don't know. but we need to trigger so that we
# have all the information about netdevs that we care about for
# NetworkManager in the udev database
- from storage.udev import udev_trigger, udev_settle
+ from baseudev import udev_trigger, udev_settle
udev_trigger("net")
udev_settle()
# and for added fun, once doesn't seem to be enough? so we