summaryrefslogtreecommitdiffstats
path: root/anaconda
diff options
context:
space:
mode:
authorJeremy Katz <katzj@redhat.com>2003-01-13 06:00:12 +0000
committerJeremy Katz <katzj@redhat.com>2003-01-13 06:00:12 +0000
commitc63fabbb1985a50e7cbf1e23dfeb1027c16d61eb (patch)
treea3e319214e950e52ace12de82bc04516a394a0eb /anaconda
parentc49707b3142a9b56632de9a15f03e2c14fc43039 (diff)
downloadanaconda-c63fabbb1985a50e7cbf1e23dfeb1027c16d61eb.tar.gz
anaconda-c63fabbb1985a50e7cbf1e23dfeb1027c16d61eb.tar.xz
anaconda-c63fabbb1985a50e7cbf1e23dfeb1027c16d61eb.zip
temporary workaround!
this is a workaround for the ghost packages problem so that at least we can get installations which are sane. the issue definitely still needs investigation to figure out what's going on, but that can be done with trees with an RHupdates/anaconda with this commented out.
Diffstat (limited to 'anaconda')
-rwxr-xr-xanaconda4
1 files changed, 4 insertions, 0 deletions
diff --git a/anaconda b/anaconda
index e697f61de..e636b0b5a 100755
--- a/anaconda
+++ b/anaconda
@@ -150,6 +150,10 @@ textdomain("anaconda")
# reset python's default SIGINT handler
signal.signal(signal.SIGINT, signal.SIG_DFL)
+# XXX: this is to work around the problems with packages not ending
+# up in the rpmdb and is intended as a temporary workaround
+os.environ["LD_ASSUME_KERNEL"] = "2.2.5"
+
# Silly GNOME stuff
if os.environ.has_key('HOME'):
os.environ['XAUTHORITY'] = os.environ['HOME'] + '/.Xauthority'