diff options
author | Chris Lumens <clumens@redhat.com> | 2008-06-17 10:45:58 -0400 |
---|---|---|
committer | Chris Lumens <clumens@redhat.com> | 2008-06-18 10:44:55 -0400 |
commit | 28a6bb2db97ab887d79e66b40b449a6fccc177a2 (patch) | |
tree | dcd396b39fe35e124fd13a2199fe7626756fca37 /dmraid.py | |
parent | 3c14bef35fa32c9f25312226a3144ba5f8c13eba (diff) | |
download | anaconda-28a6bb2db97ab887d79e66b40b449a6fccc177a2.tar.gz anaconda-28a6bb2db97ab887d79e66b40b449a6fccc177a2.tar.xz anaconda-28a6bb2db97ab887d79e66b40b449a6fccc177a2.zip |
Remove support for RHupdates. updates.img is the way to go now.
Diffstat (limited to 'dmraid.py')
-rw-r--r-- | dmraid.py | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -27,7 +27,7 @@ import sys import string -_bdModulePath = "/tmp/updates/bdevid/:/mnt/source/RHupdates/bdevid/:" +_bdModulePath = "/tmp/updates/bdevid/:" import block oldPath = block.getBdevidPath() if not _bdModulePath in oldPath: |