summaryrefslogtreecommitdiffstats
path: root/urlinstall.py
diff options
context:
space:
mode:
authorChris Lumens <clumens@redhat.com>2006-10-16 20:52:14 +0000
committerChris Lumens <clumens@redhat.com>2006-10-16 20:52:14 +0000
commitd5e6547add68385cee123cdb78fb8f8725cf9710 (patch)
treefb096f842e97c4ca251145aa15b3b9a79e430964 /urlinstall.py
parent85f643525b63f3485583cc2e2078893e6db1f09d (diff)
downloadanaconda-d5e6547add68385cee123cdb78fb8f8725cf9710.tar.gz
anaconda-d5e6547add68385cee123cdb78fb8f8725cf9710.tar.xz
anaconda-d5e6547add68385cee123cdb78fb8f8725cf9710.zip
Be smarter about finding ISO loopback mount points and setting up baseUrl
for yum.
Diffstat (limited to 'urlinstall.py')
-rw-r--r--urlinstall.py2
1 files changed, 1 insertions, 1 deletions
diff --git a/urlinstall.py b/urlinstall.py
index 659fbf200..a89e2864b 100644
--- a/urlinstall.py
+++ b/urlinstall.py
@@ -160,7 +160,7 @@ class UrlInstallMethod(InstallMethod):
# shove all that at yum and hope for the best --dcantrell
discdir = os.path.basename(self.pkgUrl)
- alpharm = re.compile("[A-Za-z]+")
+ alpharm = re.compile("^[^0-9]+")
discnum = alpharm.sub("", discdir)
try: