summaryrefslogtreecommitdiffstats
path: root/packages.py
diff options
context:
space:
mode:
authorMatt Wilson <msw@redhat.com>2001-08-23 16:03:57 +0000
committerMatt Wilson <msw@redhat.com>2001-08-23 16:03:57 +0000
commitd14d78b83ec5e0df5265debf52fbfecdc2df5001 (patch)
tree8aba9af95da81757dbc2059a79d6314c0262cc34 /packages.py
parent8d8a067308728aa28ee8e425931f7c835be392cb (diff)
downloadanaconda-d14d78b83ec5e0df5265debf52fbfecdc2df5001.tar.gz
anaconda-d14d78b83ec5e0df5265debf52fbfecdc2df5001.tar.xz
anaconda-d14d78b83ec5e0df5265debf52fbfecdc2df5001.zip
don't fall over if the X package isn't available if you choose a generic 3.3.x server, remove I128 from list (#52364)
Diffstat (limited to 'packages.py')
-rw-r--r--packages.py3
1 files changed, 3 insertions, 0 deletions
diff --git a/packages.py b/packages.py
index 90502b757..513b8894e 100644
--- a/packages.py
+++ b/packages.py
@@ -412,6 +412,9 @@ def doPreInstall(method, id, intf, instPath, dir):
id.hdList['XFree86-' + xserver[5:]].selected = 1
except ValueError, message:
log ("Error selecting XFree86 server package: %s", message)
+ except KeyError:
+ log ("Error selecting XFree86 server package, "
+ "package not available")
# make sure that all comps that include other comps are
# selected (i.e. - recurse down the selected comps and turn